Html Css Color HEX #229193 Java

📋 copy color: '#229193'

red 34 ◦ green 145 ◦ blue 147

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

Shades of Java #229193

Tints of Java #229193

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 45.09%

R = 10.43%
G = 44.48%
B = 45.09%

CMYK

 C value IS 0.77

 M value IS 0.01

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#229193 (or 0x229193) is known color: Java. HEX triplet: 22, 91 and 93. RGB value is (34,145,147). Sum of RGB (Red+Green+Blue) = 34+145+147=326 (43% of max value = 765). Red value is 34 (13.67% from 255 or 10.43% from 326); Green value is 145 (57.03% from 255 or 44.48% from 326); Blue value is 147 (57.81% from 255 or 45.09% from 326); Max value from RGB is 147 - color contains mainly: blue. Hex color #229193 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #229193 is #DD6E6C. Grayscale: #6F6F6F. Windows color (decimal): -14511725 or 9670946. OLE color: 9670946.

HSL color Cylindrical-coordinate representation of color #229193: hue angle of 181.06º degrees, saturation: 0.62, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #229193 is Cyan = 0.77, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 34 145 147 -
CMYK 0.77 0.01 0 0.42
HSL 181.06º 0.62% 0.35% -
HSV(B) 181.06º 0.77% 0.58% -
XYZ 16.05 22.7 31.14 -
YUV 112.04 147.73 72.34 -
System Red Green Blue C M Y K H S L
Decimal 34 145 147 0.77 0.01 0 0.42 181.06 0.62 0.35
Hex 22 91 93 4D 1 0 2A B5 3E 23
Octal 42 221 223 115 1 0 52 265 76 43
Binary 100010 10010001 10010011 1001101 1 0 101010 10110101 111110 100011

Color Harmonies of #229193

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #229193

Black with #229193

Text Example


Text Example

White with #229193

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #229193; }

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

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

background-color css

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

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

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

border-color css

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

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

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