#229EA4

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

Shades of Java #229EA4

Tints of Java #229EA4

Color information

#229EA4 (or 0x229EA4) is unknown color: approx Java. HEX triplet: 22, 9E and A4. RGB value is (34,158,164). Sum of RGB (Red+Green+Blue) = 34+158+164=356 (47% of max value = 765). Red value is 34 (13.67% from 255 or 9.55% from 356); Green value is 158 (62.11% from 255 or 44.38% from 356); Blue value is 164 (64.45% from 255 or 46.07% from 356); Max value from RGB is 164 - color contains mainly: blue. Hex color #229EA4 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #229EA4 is #DD615B. Grayscale: #797979. Windows color (decimal): -14508380 or 10788386. OLE color: 10788386.

HSL color Cylindrical-coordinate representation of color #229EA4: hue angle of 182.77º degrees, saturation: 0.66, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #229EA4 is Cyan = 0.79, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB34158164-
CMYK0.790.0400.36
HSL182.77º65.66%38.82%-
HSV(B)182.77º79.27%64.31%-
XYZ19.5927.4739.39-
YUV121.61151.9265.51-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 9.55%
GREEN value IS 158 (62.11% from 255) = 44.38%
BLUE value IS 164 (64.45% from 255) = 46.07%
R=9.55%
G=44.38%
B=46.07%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal341581640.790.0400.36182.7765.6638.82
Hex229EA44F4024b74227
Octal42236244117404426710247
Binary100010100111101010010010011111000100100101101111000010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #229EA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #229EA4; }

 p { color: rgb(34,158,164); }

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

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

 a { background-color: rgb(34,158,164); }

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

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

 span { border-color: rgb(34,158,164); }

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