Html Css Color HEX #229396 Java

📋 copy color: '#229396'

red 34 ◦ green 147 ◦ blue 150

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

Shades of Java #229396

Tints of Java #229396

RGB

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

 GREEN value IS 147 (57.81% from 255) = 44.41%

 BLUE value IS 150 (58.98% from 255) = 45.32%

R = 10.27%
G = 44.41%
B = 45.32%

CMYK

 C value IS 0.77

 M value IS 0.02

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#229396 (or 0x229396) is known color: Java. HEX triplet: 22, 93 and 96. RGB value is (34,147,150). Sum of RGB (Red+Green+Blue) = 34+147+150=331 (43% of max value = 765). Red value is 34 (13.67% from 255 or 10.27% from 331); Green value is 147 (57.81% from 255 or 44.41% from 331); Blue value is 150 (58.98% from 255 or 45.32% from 331); Max value from RGB is 150 - color contains mainly: blue. Hex color #229396 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #229396 is #DD6C69. Grayscale: #717171. Windows color (decimal): -14511210 or 9868066. OLE color: 9868066.

HSL color Cylindrical-coordinate representation of color #229396: hue angle of 181.55º degrees, saturation: 0.63, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #229396 is Cyan = 0.77, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 34 147 150 -
CMYK 0.77 0.02 0 0.41
HSL 181.55º 0.63% 0.36% -
HSV(B) 181.55º 0.77% 0.59% -
XYZ 16.6 23.41 32.5 -
YUV 113.56 148.56 71.26 -
System Red Green Blue C M Y K H S L
Decimal 34 147 150 0.77 0.02 0 0.41 181.55 0.63 0.36
Hex 22 93 96 4D 2 0 29 B6 3F 24
Octal 42 223 226 115 2 0 51 266 77 44
Binary 100010 10010011 10010110 1001101 10 0 101001 10110110 111111 100100

Color Harmonies of #229396

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #229396

Black with #229396

Text Example


Text Example

White with #229396

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #229396; }

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

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

background-color css

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

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

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

border-color css

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

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

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