Html Css Color HEX #229184 Java

📋 copy color: '#229184'

red 34 ◦ green 145 ◦ blue 132

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

Shades of Java #229184

Tints of Java #229184

RGB

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

 GREEN value IS 145 (57.03% from 255) = 46.62%

 BLUE value IS 132 (51.95% from 255) = 42.44%

R = 10.93%
G = 46.62%
B = 42.44%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.09

 K value IS 0.43

RGB Variations

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

Color information

#229184 (or 0x229184) is known color: Java. HEX triplet: 22, 91 and 84. RGB value is (34,145,132). Sum of RGB (Red+Green+Blue) = 34+145+132=311 (41% of max value = 765). Red value is 34 (13.67% from 255 or 10.93% from 311); Green value is 145 (57.03% from 255 or 46.62% from 311); Blue value is 132 (51.95% from 255 or 42.44% from 311); Max value from RGB is 145 - color contains mainly: green. Hex color #229184 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #229184 is #DD6E7B. Grayscale: #6E6E6E. Windows color (decimal): -14511740 or 8687906. OLE color: 8687906.

HSL color Cylindrical-coordinate representation of color #229184: hue angle of 172.97º 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 #229184 is Cyan = 0.77, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.43.

Color convert

RGB 34 145 132 -
CMYK 0.77 0 0.09 0.43
HSL 172.97º 0.62% 0.35% -
HSV(B) 172.97º 0.77% 0.57% -
XYZ 14.95 22.26 25.34 -
YUV 110.33 140.23 73.56 -
System Red Green Blue C M Y K H S L
Decimal 34 145 132 0.77 0 0.09 0.43 172.97 0.62 0.35
Hex 22 91 84 4D 0 9 2B AD 3E 23
Octal 42 221 204 115 0 11 53 255 76 43
Binary 100010 10010001 10000100 1001101 0 1001 101011 10101101 111110 100011

Color Harmonies of #229184

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #229184

Black with #229184

Text Example


Text Example

White with #229184

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #229184; }

 p { color: rgb(34,145,132); }

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

background-color css

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

 a { background-color: rgb(34,145,132); }

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

border-color css

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

 span { border-color: rgb(34,145,132); }

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