Html Css Color HEX #229199 Java

📋 copy color: '#229199'

red 34 ◦ green 145 ◦ blue 153

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

Shades of Java #229199

Tints of Java #229199

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 46.08%

R = 10.24%
G = 43.67%
B = 46.08%

CMYK

 C value IS 0.78

 M value IS 0.05

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#229199 (or 0x229199) is known color: Java. HEX triplet: 22, 91 and 99. RGB value is (34,145,153). Sum of RGB (Red+Green+Blue) = 34+145+153=332 (43% of max value = 765). Red value is 34 (13.67% from 255 or 10.24% from 332); Green value is 145 (57.03% from 255 or 43.67% from 332); Blue value is 153 (60.16% from 255 or 46.08% from 332); Max value from RGB is 153 - color contains mainly: blue. Hex color #229199 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #229199 is #DD6E66. Grayscale: #707070. Windows color (decimal): -14511719 or 10064162. OLE color: 10064162.

HSL color Cylindrical-coordinate representation of color #229199: hue angle of 184.03º degrees, saturation: 0.64, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #229199 is Cyan = 0.78, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 34 145 153 -
CMYK 0.78 0.05 0 0.4
HSL 184.03º 0.64% 0.37% -
HSV(B) 184.03º 0.78% 0.6% -
XYZ 16.53 22.89 33.68 -
YUV 112.72 150.73 71.85 -
System Red Green Blue C M Y K H S L
Decimal 34 145 153 0.78 0.05 0 0.4 184.03 0.64 0.37
Hex 22 91 99 4E 5 0 28 B8 40 25
Octal 42 221 231 116 5 0 50 270 100 45
Binary 100010 10010001 10011001 1001110 101 0 101000 10111000 1000000 100101

Color Harmonies of #229199

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #229199

Black with #229199

Text Example


Text Example

White with #229199

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #229199; }

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

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

background-color css

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

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

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

border-color css

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

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

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