#22868A

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

Shades of Java #22868A

Tints of Java #22868A

Color information

#22868A (or 0x22868A) is unknown color: approx Java. HEX triplet: 22, 86 and 8A. RGB value is (34,134,138). Sum of RGB (Red+Green+Blue) = 34+134+138=306 (40% of max value = 765). Red value is 34 (13.67% from 255 or 11.11% from 306); Green value is 134 (52.73% from 255 or 43.79% from 306); Blue value is 138 (54.30% from 255 or 45.10% from 306); Max value from RGB is 138 - color contains mainly: blue. Hex color #22868A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #22868A is #DD7975. Grayscale: #686868. Windows color (decimal): -14514550 or 9078306. OLE color: 9078306.

HSL color Cylindrical-coordinate representation of color #22868A: hue angle of 182.31º degrees, saturation: 0.6, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #22868A is Cyan = 0.75, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB34134138-
CMYK0.750.0300.46
HSL182.31º60.47%33.73%-
HSV(B)182.31º75.36%54.12%-
XYZ13.7719.2327.03-
YUV104.56146.8777.67-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 11.11%
GREEN value IS 134 (52.73% from 255) = 43.79%
BLUE value IS 138 (54.30% from 255) = 45.10%
R=11.11%
G=43.79%
B=45.10%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal341341380.750.0300.46182.3160.4733.73
Hex22868A4B302Eb63c22
Octal4220621211330562667442
Binary1000101000011010001010100101111010111010110110111100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #22868A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #22868A; }

 p { color: rgb(34,134,138); }

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

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

 a { background-color: rgb(34,134,138); }

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

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

 span { border-color: rgb(34,134,138); }

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