#229091

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

Shades of Java #229091

Tints of Java #229091

Color information

#229091 (or 0x229091) is unknown color: approx Java. HEX triplet: 22, 90 and 91. RGB value is (34,144,145). Sum of RGB (Red+Green+Blue) = 34+144+145=323 (42% of max value = 765). Red value is 34 (13.67% from 255 or 10.53% from 323); Green value is 144 (56.64% from 255 or 44.58% from 323); Blue value is 145 (57.03% from 255 or 44.89% from 323); Max value from RGB is 145 - color contains mainly: blue. Hex color #229091 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #229091 is #DD6F6E. Grayscale: #6F6F6F. Windows color (decimal): -14511983 or 9539618. OLE color: 9539618.

HSL color Cylindrical-coordinate representation of color #229091: hue angle of 180.54º 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 #229091 is Cyan = 0.77, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB34144145-
CMYK0.770.0100.43
HSL180.54º62.01%35.1%-
HSV(B)180.54º76.55%56.86%-
XYZ15.7422.3330.27-
YUV111.22147.0672.92-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 10.53%
GREEN value IS 144 (56.64% from 255) = 44.58%
BLUE value IS 145 (57.03% from 255) = 44.89%
R=10.53%
G=44.58%
B=44.89%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal341441450.770.0100.43180.5462.0135.1
Hex2290914D102Bb53e23
Octal4222022111510532657643
Binary100010100100001001000110011011010101110110101111110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #229091

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #229091; }

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

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

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

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

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

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

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

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