Html Css Color HEX #229288 Java

📋 copy color: '#229288'

red 34 ◦ green 146 ◦ blue 136

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

Shades of Java #229288

Tints of Java #229288

RGB

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

 GREEN value IS 146 (57.42% from 255) = 46.2%

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

R = 10.76%
G = 46.2%
B = 43.04%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.07

 K value IS 0.43

RGB Variations

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

Color information

#229288 (or 0x229288) is known color: Java. HEX triplet: 22, 92 and 88. RGB value is (34,146,136). Sum of RGB (Red+Green+Blue) = 34+146+136=316 (41% of max value = 765). Red value is 34 (13.67% from 255 or 10.76% from 316); Green value is 146 (57.42% from 255 or 46.20% from 316); Blue value is 136 (53.52% from 255 or 43.04% from 316); Max value from RGB is 146 - color contains mainly: green. Hex color #229288 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #229288 is #DD6D77. Grayscale: #6F6F6F. Windows color (decimal): -14511480 or 8950306. OLE color: 8950306.

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

Color convert

RGB 34 146 136 -
CMYK 0.77 0 0.07 0.43
HSL 174.64º 0.62% 0.35% -
HSV(B) 174.64º 0.77% 0.57% -
XYZ 15.38 22.68 26.86 -
YUV 111.37 141.89 72.81 -
System Red Green Blue C M Y K H S L
Decimal 34 146 136 0.77 0 0.07 0.43 174.64 0.62 0.35
Hex 22 92 88 4D 0 7 2B AF 3E 23
Octal 42 222 210 115 0 7 53 257 76 43
Binary 100010 10010010 10001000 1001101 0 111 101011 10101111 111110 100011

Color Harmonies of #229288

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #229288

Black with #229288

Text Example


Text Example

White with #229288

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #229288; }

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

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

background-color css

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

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

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

border-color css

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

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

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