#229298

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

Shades of Java #229298

Tints of Java #229298

Color information

#229298 (or 0x229298) is unknown color: approx Java. HEX triplet: 22, 92 and 98. RGB value is (34,146,152). Sum of RGB (Red+Green+Blue) = 34+146+152=332 (43% of max value = 765). Red value is 34 (13.67% from 255 or 10.24% from 332); Green value is 146 (57.42% from 255 or 43.98% from 332); Blue value is 152 (59.77% from 255 or 45.78% from 332); Max value from RGB is 152 - color contains mainly: blue. Hex color #229298 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #229298 is #DD6D67. Grayscale: #717171. Windows color (decimal): -14511464 or 9998882. OLE color: 9998882.

HSL color Cylindrical-coordinate representation of color #229298: hue angle of 183.05º degrees, saturation: 0.63, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #229298 is Cyan = 0.78, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB34146152-
CMYK0.780.0400.40
HSL183.05º63.44%36.47%-
HSV(B)183.05º77.63%59.61%-
XYZ16.6123.1633.3-
YUV113.2149.8971.51-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 10.24%
GREEN value IS 146 (57.42% from 255) = 43.98%
BLUE value IS 152 (59.77% from 255) = 45.78%
R=10.24%
G=43.98%
B=45.78%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal341461520.780.0400.40183.0563.4436.47
Hex2292984E4028b73f24
Octal4222223011640502677744
Binary10001010010010100110001001110100010100010110111111111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #229298

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #229298; }

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

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

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

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

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

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

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

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