#229199

Color #229199 Java (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Java #229199

Tints of Java #229199

Color information

#229199 (or 0x229199) is unknown color: approx Java. HEX triplet: 22, 91 and 99. RGB value is (34,145,153). Sum of RGB (Red+Green+Blue) = 34+145+153=332 (43% of max value = 765). Red value is 34 (13.67% from 255 or 10.24% from 332); Green value is 145 (57.03% from 255 or 43.67% from 332); Blue value is 153 (60.16% from 255 or 46.08% from 332); Max value from RGB is 153 - color contains mainly: blue. Hex color #229199 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #229199 is #DD6E66. Grayscale: #707070. Windows color (decimal): -14511719 or 10064162. OLE color: 10064162.

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

Color convert

RGB34145153-
CMYK0.780.0500.4
HSL184.03º63.64%36.67%-
HSV(B)184.03º77.78%60%-
XYZ16.5322.8933.68-
YUV112.72150.7371.85-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 10.24%
GREEN value IS 145 (57.03% from 255) = 43.67%
BLUE value IS 153 (60.16% from 255) = 46.08%
R=10.24%
G=43.67%
B=46.08%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal341451530.780.0500.4184.0363.6436.67
Hex2291994E5028b84025
Octal42221231116505027010045
Binary100010100100011001100110011101010101000101110001000000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #229199

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #229199; }

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

 H1.HeaderClassName
 {
   color: #229199;
 }
 .AnyTagClassName
 {
   color: #229199;
 }
</style>
background-color css

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

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

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

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

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

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