#229DA1

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

Shades of Java #229DA1

Tints of Java #229DA1

Color information

#229DA1 (or 0x229DA1) is unknown color: approx Java. HEX triplet: 22, 9D and A1. RGB value is (34,157,161). Sum of RGB (Red+Green+Blue) = 34+157+161=352 (46% of max value = 765). Red value is 34 (13.67% from 255 or 9.66% from 352); Green value is 157 (61.72% from 255 or 44.60% from 352); Blue value is 161 (63.28% from 255 or 45.74% from 352); Max value from RGB is 161 - color contains mainly: blue. Hex color #229DA1 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #229DA1 is #DD625E. Grayscale: #787878. Windows color (decimal): -14508639 or 10591522. OLE color: 10591522.

HSL color Cylindrical-coordinate representation of color #229DA1: hue angle of 181.89º 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 #229DA1 is Cyan = 0.79, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB34157161-
CMYK0.790.0200.37
HSL181.89º65.13%38.24%-
HSV(B)181.89º78.88%63.14%-
XYZ19.1527.0337.93-
YUV120.68150.7566.17-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 9.66%
GREEN value IS 157 (61.72% from 255) = 44.60%
BLUE value IS 161 (63.28% from 255) = 45.74%
R=9.66%
G=44.60%
B=45.74%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal341571610.790.0200.37181.8965.1338.24
Hex229DA14F2025b64126
Octal42235241117204526610146
Binary10001010011101101000011001111100100101101101101000001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #229DA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(34,157,161); }

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

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

 a { background-color: rgb(34,157,161); }

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

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

 span { border-color: rgb(34,157,161); }

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