#229299

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

Shades of Java #229299

Tints of Java #229299

Color information

#229299 (or 0x229299) is unknown color: approx Java. HEX triplet: 22, 92 and 99. RGB value is (34,146,153). Sum of RGB (Red+Green+Blue) = 34+146+153=333 (44% of max value = 765). Red value is 34 (13.67% from 255 or 10.21% from 333); Green value is 146 (57.42% from 255 or 43.84% from 333); Blue value is 153 (60.16% from 255 or 45.95% from 333); Max value from RGB is 153 - color contains mainly: blue. Hex color #229299 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #229299 is #DD6D66. Grayscale: #717171. Windows color (decimal): -14511463 or 10064418. OLE color: 10064418.

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

Color convert

RGB34146153-
CMYK0.780.0500.4
HSL183.53º63.64%36.67%-
HSV(B)183.53º77.78%60%-
XYZ16.6923.233.74-
YUV113.31150.3971.43-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 10.21%
GREEN value IS 146 (57.42% from 255) = 43.84%
BLUE value IS 153 (60.16% from 255) = 45.95%
R=10.21%
G=43.84%
B=45.95%

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
Decimal341461530.780.0500.4183.5363.6436.67
Hex2292994E5028b84025
Octal42222231116505027010045
Binary100010100100101001100110011101010101000101110001000000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #229299

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #229299; }

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

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

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

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

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

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

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

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