#228693

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

Shades of Java #228693

Tints of Java #228693

Color information

#228693 (or 0x228693) is unknown color: approx Java. HEX triplet: 22, 86 and 93. RGB value is (34,134,147). Sum of RGB (Red+Green+Blue) = 34+134+147=315 (41% of max value = 765). Red value is 34 (13.67% from 255 or 10.79% from 315); Green value is 134 (52.73% from 255 or 42.54% from 315); Blue value is 147 (57.81% from 255 or 46.67% from 315); Max value from RGB is 147 - color contains mainly: blue. Hex color #228693 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #228693 is #DD796C. Grayscale: #696969. Windows color (decimal): -14514541 or 9668130. OLE color: 9668130.

HSL color Cylindrical-coordinate representation of color #228693: hue angle of 186.9º degrees, saturation: 0.62, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #228693 is Cyan = 0.77, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB34134147-
CMYK0.770.0900.42
HSL186.9º62.43%35.49%-
HSV(B)186.9º76.87%57.65%-
XYZ14.4519.530.61-
YUV105.58151.3776.94-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 10.79%
GREEN value IS 134 (52.73% from 255) = 42.54%
BLUE value IS 147 (57.81% from 255) = 46.67%
R=10.79%
G=42.54%
B=46.67%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal341341470.770.0900.42186.962.4335.49
Hex2286934D902Abb3e23
Octal42206223115110522737643
Binary100010100001101001001110011011001010101010111011111110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #228693

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #228693; }

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

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

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

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

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

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

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

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