Html Css Color HEX #229084 Java

📋 copy color: '#229084'

red 34 ◦ green 144 ◦ blue 132

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

Shades of Java #229084

Tints of Java #229084

RGB

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

 GREEN value IS 144 (56.64% from 255) = 46.45%

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

R = 10.97%
G = 46.45%
B = 42.58%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.08

 K value IS 0.44

RGB Variations

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

Color information

#229084 (or 0x229084) is known color: Java. HEX triplet: 22, 90 and 84. RGB value is (34,144,132). Sum of RGB (Red+Green+Blue) = 34+144+132=310 (41% of max value = 765). Red value is 34 (13.67% from 255 or 10.97% from 310); Green value is 144 (56.64% from 255 or 46.45% from 310); Blue value is 132 (51.95% from 255 or 42.58% from 310); Max value from RGB is 144 - color contains mainly: green. Hex color #229084 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #229084 is #DD6F7B. Grayscale: #6D6D6D. Windows color (decimal): -14511996 or 8687650. OLE color: 8687650.

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

Color convert

RGB 34 144 132 -
CMYK 0.76 0 0.08 0.44
HSL 173.45º 0.62% 0.35% -
HSV(B) 173.45º 0.76% 0.56% -
XYZ 14.8 21.95 25.29 -
YUV 109.74 140.56 73.98 -
System Red Green Blue C M Y K H S L
Decimal 34 144 132 0.76 0 0.08 0.44 173.45 0.62 0.35
Hex 22 90 84 4C 0 8 2C AD 3E 23
Octal 42 220 204 114 0 10 54 255 76 43
Binary 100010 10010000 10000100 1001100 0 1000 101100 10101101 111110 100011

Color Harmonies of #229084

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #229084

Black with #229084

Text Example


Text Example

White with #229084

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #229084; }

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

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

background-color css

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

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

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

border-color css

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

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

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