#229281

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

Shades of Java #229281

Tints of Java #229281

Color information

#229281 (or 0x229281) is unknown color: approx Java. HEX triplet: 22, 92 and 81. RGB value is (34,146,129). Sum of RGB (Red+Green+Blue) = 34+146+129=309 (40% of max value = 765). Red value is 34 (13.67% from 255 or 11.00% from 309); Green value is 146 (57.42% from 255 or 47.25% from 309); Blue value is 129 (50.78% from 255 or 41.75% from 309); Max value from RGB is 146 - color contains mainly: green. Hex color #229281 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #229281 is #DD6D7E. Grayscale: #6E6E6E. Windows color (decimal): -14511487 or 8491554. OLE color: 8491554.

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

Color convert

RGB34146129-
CMYK0.7700.120.43
HSL170.89º62.22%35.29%-
HSV(B)170.89º76.71%57.25%-
XYZ14.922.4824.32-
YUV110.57138.3973.38-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 11.00%
GREEN value IS 146 (57.42% from 255) = 47.25%
BLUE value IS 129 (50.78% from 255) = 41.75%
R=11.00%
G=47.25%
B=41.75%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal341461290.7700.120.43170.8962.2235.29
Hex2292814D0C2Bab3e23
Octal42222201115014532537643
Binary100010100100101000000110011010110010101110101011111110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #229281

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #229281; }

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

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

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

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

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

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

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

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