#26838E

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

Shades of Java #26838E

Tints of Java #26838E

Color information

#26838E (or 0x26838E) is unknown color: approx Java. HEX triplet: 26, 83 and 8E. RGB value is (38,131,142). Sum of RGB (Red+Green+Blue) = 38+131+142=311 (41% of max value = 765). Red value is 38 (15.23% from 255 or 12.22% from 311); Green value is 131 (51.56% from 255 or 42.12% from 311); Blue value is 142 (55.86% from 255 or 45.66% from 311); Max value from RGB is 142 - color contains mainly: blue. Hex color #26838E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #26838E is #D97C71. Grayscale: #686868. Windows color (decimal): -14253170 or 9339686. OLE color: 9339686.

HSL color Cylindrical-coordinate representation of color #26838E: hue angle of 186.35º degrees, saturation: 0.58, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #26838E is Cyan = 0.73, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB38131142-
CMYK0.730.0800.44
HSL186.35º57.78%35.29%-
HSV(B)186.35º73.24%55.69%-
XYZ13.818.628.45-
YUV104.45149.1980.61-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 12.22%
GREEN value IS 131 (51.56% from 255) = 42.12%
BLUE value IS 142 (55.86% from 255) = 45.66%
R=12.22%
G=42.12%
B=45.66%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal381311420.730.0800.44186.3557.7835.29
Hex26838E49802Cba3a23
Octal46203216111100542727243
Binary100110100000111000111010010011000010110010111010111010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26838E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #26838E; }

 p { color: rgb(38,131,142); }

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

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

 a { background-color: rgb(38,131,142); }

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

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

 span { border-color: rgb(38,131,142); }

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