Html Css Color HEX #229EA0 Java

📋 copy color: '#229EA0'

red 34 ◦ green 158 ◦ blue 160

#229EA0
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Java #229EA0

Tints of Java #229EA0

RGB

 RED value IS 34 (13.67% from 255) = 9.66%

 GREEN value IS 158 (62.11% from 255) = 44.89%

 BLUE value IS 160 (62.89% from 255) = 45.45%

R = 9.66%
G = 44.89%
B = 45.45%

CMYK

 C value IS 0.79

 M value IS 0.01

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#229EA0 (or 0x229EA0) is known color: Java. HEX triplet: 22, 9E and A0. RGB value is (34,158,160). Sum of RGB (Red+Green+Blue) = 34+158+160=352 (46% of max value = 765). Red value is 34 (13.67% from 255 or 9.66% from 352); Green value is 158 (62.11% from 255 or 44.89% from 352); Blue value is 160 (62.89% from 255 or 45.45% from 352); Max value from RGB is 160 - color contains mainly: blue. Hex color #229EA0 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #229EA0 is #DD615F. Grayscale: #797979. Windows color (decimal): -14508384 or 10526242. OLE color: 10526242.

HSL color Cylindrical-coordinate representation of color #229EA0: hue angle of 180.95º degrees, saturation: 0.65, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #229EA0 is Cyan = 0.79, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 34 158 160 -
CMYK 0.79 0.01 0 0.37
HSL 180.95º 0.65% 0.38% -
HSV(B) 180.95º 0.79% 0.63% -
XYZ 19.23 27.33 37.52 -
YUV 121.15 149.92 65.84 -
System Red Green Blue C M Y K H S L
Decimal 34 158 160 0.79 0.01 0 0.37 180.95 0.65 0.38
Hex 22 9E A0 4F 1 0 25 B5 41 26
Octal 42 236 240 117 1 0 45 265 101 46
Binary 100010 10011110 10100000 1001111 1 0 100101 10110101 1000001 100110

Color Harmonies of #229EA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #229EA0

Black with #229EA0

Text Example


Text Example

White with #229EA0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #229EA0;
 }
 .AnyTagClassName
 {
   color: #229EA0;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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