#229287

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

Shades of Java #229287

Tints of Java #229287

Color information

#229287 (or 0x229287) is unknown color: approx Java. HEX triplet: 22, 92 and 87. RGB value is (34,146,135). Sum of RGB (Red+Green+Blue) = 34+146+135=315 (41% of max value = 765). Red value is 34 (13.67% from 255 or 10.79% from 315); Green value is 146 (57.42% from 255 or 46.35% from 315); Blue value is 135 (53.12% from 255 or 42.86% from 315); Max value from RGB is 146 - color contains mainly: green. Hex color #229287 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #229287 is #DD6D78. Grayscale: #6F6F6F. Windows color (decimal): -14511481 or 8884770. OLE color: 8884770.

HSL color Cylindrical-coordinate representation of color #229287: hue angle of 174.11º degrees, saturation: 0.62, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #229287 is Cyan = 0.77, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.43.

Color convert

RGB34146135-
CMYK0.7700.080.43
HSL174.11º62.22%35.29%-
HSV(B)174.11º76.71%57.25%-
XYZ15.3122.6526.49-
YUV111.26141.3972.89-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 10.79%
GREEN value IS 146 (57.42% from 255) = 46.35%
BLUE value IS 135 (53.12% from 255) = 42.86%
R=10.79%
G=46.35%
B=42.86%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal341461350.7700.080.43174.1162.2235.29
Hex2292874D082Bae3e23
Octal42222207115010532567643
Binary100010100100101000011110011010100010101110101110111110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #229287

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #229287; }

 p { color: rgb(34,146,135); }

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

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

 a { background-color: rgb(34,146,135); }

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

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

 span { border-color: rgb(34,146,135); }

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