#268993

Color #268993 Java (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Java #268993

Tints of Java #268993

Color information

#268993 (or 0x268993) is unknown color: approx Java. HEX triplet: 26, 89 and 93. RGB value is (38,137,147). Sum of RGB (Red+Green+Blue) = 38+137+147=322 (42% of max value = 765). Red value is 38 (15.23% from 255 or 11.80% from 322); Green value is 137 (53.91% from 255 or 42.55% from 322); Blue value is 147 (57.81% from 255 or 45.65% from 322); Max value from RGB is 147 - color contains mainly: blue. Hex color #268993 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #268993 is #D9766C. Grayscale: #6C6C6C. Windows color (decimal): -14251629 or 9668902. OLE color: 9668902.

HSL color Cylindrical-coordinate representation of color #268993: hue angle of 185.5º degrees, saturation: 0.59, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #268993 is Cyan = 0.74, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB38137147-
CMYK0.740.0700.42
HSL185.5º58.92%36.27%-
HSV(B)185.5º74.15%57.65%-
XYZ15.0120.4130.75-
YUV108.54149.777.69-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 38 (15.23% from 255) = 11.80%
GREEN value IS 137 (53.91% from 255) = 42.55%
BLUE value IS 147 (57.81% from 255) = 45.65%
R=11.80%
G=42.55%
B=45.65%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal381371470.740.0700.42185.558.9236.27
Hex2689934A702Aba3b24
Octal4621122311270522727344
Binary10011010001001100100111001010111010101010111010111011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #268993

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #268993; }

 p { color: rgb(38,137,147); }

 H1.HeaderClassName
 {
   color: #268993;
 }
 .AnyTagClassName
 {
   color: #268993;
 }
</style>
background-color css

<style>
 a { background-color: #268993; }

 a { background-color: rgb(38,137,147); }

 div.DivClassName
 {
   background-color: #268993;
 }
 .BgClassName
 {
   background-color: #268993;
 }
</style>
border-color css

<style>
 span { border-color: #268993; }

 span { border-color: rgb(38,137,147); }

 td.TdClassName
 {
   border-color: #268993;
 }
 .TagClassName
 {
   border-color: #268993;
 }
</style>