#229BA0

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

Shades of Java #229BA0

Tints of Java #229BA0

Color information

#229BA0 (or 0x229BA0) is unknown color: approx Java. HEX triplet: 22, 9B and A0. RGB value is (34,155,160). Sum of RGB (Red+Green+Blue) = 34+155+160=349 (46% of max value = 765). Red value is 34 (13.67% from 255 or 9.74% from 349); Green value is 155 (60.94% from 255 or 44.41% from 349); Blue value is 160 (62.89% from 255 or 45.85% from 349); Max value from RGB is 160 - color contains mainly: blue. Hex color #229BA0 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #229BA0 is #DD645F. Grayscale: #777777. Windows color (decimal): -14509152 or 10525474. OLE color: 10525474.

HSL color Cylindrical-coordinate representation of color #229BA0: hue angle of 182.38º degrees, saturation: 0.65, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #229BA0 is Cyan = 0.79, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB34155160-
CMYK0.790.0300.37
HSL182.38º64.95%38.04%-
HSV(B)182.38º78.75%62.75%-
XYZ18.7326.3237.35-
YUV119.39150.9167.09-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 9.74%
GREEN value IS 155 (60.94% from 255) = 44.41%
BLUE value IS 160 (62.89% from 255) = 45.85%
R=9.74%
G=44.41%
B=45.85%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal341551600.790.0300.37182.3864.9538.04
Hex229BA04F3025b64126
Octal42233240117304526610146
Binary10001010011011101000001001111110100101101101101000001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #229BA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #229BA0; }

 p { color: rgb(34,155,160); }

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

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

 a { background-color: rgb(34,155,160); }

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

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

 span { border-color: rgb(34,155,160); }

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