Html Css Color HEX #229099 Java

📋 copy color: '#229099'

red 34 ◦ green 144 ◦ blue 153

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

Shades of Java #229099

Tints of Java #229099

RGB

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

 GREEN value IS 144 (56.64% from 255) = 43.5%

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

R = 10.27%
G = 43.5%
B = 46.22%

CMYK

 C value IS 0.78

 M value IS 0.06

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#229099 (or 0x229099) is known color: Java. HEX triplet: 22, 90 and 99. RGB value is (34,144,153). Sum of RGB (Red+Green+Blue) = 34+144+153=331 (43% of max value = 765). Red value is 34 (13.67% from 255 or 10.27% from 331); Green value is 144 (56.64% from 255 or 43.50% from 331); Blue value is 153 (60.16% from 255 or 46.22% from 331); Max value from RGB is 153 - color contains mainly: blue. Hex color #229099 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #229099 is #DD6F66. Grayscale: #6F6F6F. Windows color (decimal): -14511975 or 10063906. OLE color: 10063906.

HSL color Cylindrical-coordinate representation of color #229099: hue angle of 184.54º 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 #229099 is Cyan = 0.78, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 34 144 153 -
CMYK 0.78 0.06 0 0.4
HSL 184.54º 0.64% 0.37% -
HSV(B) 184.54º 0.78% 0.6% -
XYZ 16.38 22.59 33.63 -
YUV 112.14 151.06 72.27 -
System Red Green Blue C M Y K H S L
Decimal 34 144 153 0.78 0.06 0 0.4 184.54 0.64 0.37
Hex 22 90 99 4E 6 0 28 B9 40 25
Octal 42 220 231 116 6 0 50 271 100 45
Binary 100010 10010000 10011001 1001110 110 0 101000 10111001 1000000 100101

Color Harmonies of #229099

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #229099

Black with #229099

Text Example


Text Example

White with #229099

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #229099; }

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

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

background-color css

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

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

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

border-color css

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

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

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