Html Css Color HEX #229388 Java

📋 copy color: '#229388'

red 34 ◦ green 147 ◦ blue 136

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

Shades of Java #229388

Tints of Java #229388

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 42.9%

R = 10.73%
G = 46.37%
B = 42.9%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.07

 K value IS 0.42

RGB Variations

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

Color information

#229388 (or 0x229388) is known color: Java. HEX triplet: 22, 93 and 88. RGB value is (34,147,136). Sum of RGB (Red+Green+Blue) = 34+147+136=317 (41% of max value = 765). Red value is 34 (13.67% from 255 or 10.73% from 317); Green value is 147 (57.81% from 255 or 46.37% from 317); Blue value is 136 (53.52% from 255 or 42.90% from 317); Max value from RGB is 147 - color contains mainly: green. Hex color #229388 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #229388 is #DD6C77. Grayscale: #6F6F6F. Windows color (decimal): -14511224 or 8950562. OLE color: 8950562.

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

Color convert

RGB 34 147 136 -
CMYK 0.77 0 0.07 0.42
HSL 174.16º 0.62% 0.35% -
HSV(B) 174.16º 0.77% 0.58% -
XYZ 15.54 22.99 26.91 -
YUV 111.96 141.56 72.39 -
System Red Green Blue C M Y K H S L
Decimal 34 147 136 0.77 0 0.07 0.42 174.16 0.62 0.35
Hex 22 93 88 4D 0 7 2A AE 3E 23
Octal 42 223 210 115 0 7 52 256 76 43
Binary 100010 10010011 10001000 1001101 0 111 101010 10101110 111110 100011

Color Harmonies of #229388

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #229388

Black with #229388

Text Example


Text Example

White with #229388

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #229388; }

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

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

background-color css

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

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

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

border-color css

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

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

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