#238895

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

Shades of Java #238895

Tints of Java #238895

Color information

#238895 (or 0x238895) is unknown color: approx Java. HEX triplet: 23, 88 and 95. RGB value is (35,136,149). Sum of RGB (Red+Green+Blue) = 35+136+149=320 (42% of max value = 765). Red value is 35 (14.06% from 255 or 10.94% from 320); Green value is 136 (53.52% from 255 or 42.5% from 320); Blue value is 149 (58.59% from 255 or 46.56% from 320); Max value from RGB is 149 - color contains mainly: blue. Hex color #238895 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #238895 is #DC776A. Grayscale: #6B6B6B. Windows color (decimal): -14448491 or 9799715. OLE color: 9799715.

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

Color convert

RGB35136149-
CMYK0.770.0900.42
HSL186.84º61.96%36.08%-
HSV(B)186.84º76.51%58.43%-
XYZ14.9220.1431.53-
YUV107.28151.5476.44-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 10.94%
GREEN value IS 136 (53.52% from 255) = 42.5%
BLUE value IS 149 (58.59% from 255) = 46.56%
R=10.94%
G=42.5%
B=46.56%

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
Decimal351361490.770.0900.42186.8461.9636.08
Hex2388954D902Abb3e24
Octal43210225115110522737644
Binary100011100010001001010110011011001010101010111011111110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #238895

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #238895; }

 p { color: rgb(35,136,149); }

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

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

 a { background-color: rgb(35,136,149); }

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

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

 span { border-color: rgb(35,136,149); }

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