#269086

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

Shades of Java #269086

Tints of Java #269086

Color information

#269086 (or 0x269086) is unknown color: approx Java. HEX triplet: 26, 90 and 86. RGB value is (38,144,134). Sum of RGB (Red+Green+Blue) = 38+144+134=316 (41% of max value = 765). Red value is 38 (15.23% from 255 or 12.03% from 316); Green value is 144 (56.64% from 255 or 45.57% from 316); Blue value is 134 (52.73% from 255 or 42.41% from 316); Max value from RGB is 144 - color contains mainly: green. Hex color #269086 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #269086 is #D96F79. Grayscale: #6F6F6F. Windows color (decimal): -14249850 or 8818726. OLE color: 8818726.

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

Color convert

RGB38144134-
CMYK0.7400.070.44
HSL174.34º58.24%35.69%-
HSV(B)174.34º73.61%56.47%-
XYZ15.0822.0826.02-
YUV111.17140.8875.81-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 12.03%
GREEN value IS 144 (56.64% from 255) = 45.57%
BLUE value IS 134 (52.73% from 255) = 42.41%
R=12.03%
G=45.57%
B=42.41%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal381441340.7400.070.44174.3458.2435.69
Hex2690864A072Cae3a24
Octal4622020611207542567244
Binary10011010010000100001101001010011110110010101110111010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #269086

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #269086; }

 p { color: rgb(38,144,134); }

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

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

 a { background-color: rgb(38,144,134); }

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

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

 span { border-color: rgb(38,144,134); }

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