#238889

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

Shades of Java #238889

Tints of Java #238889

Color information

#238889 (or 0x238889) is unknown color: approx Java. HEX triplet: 23, 88 and 89. RGB value is (35,136,137). Sum of RGB (Red+Green+Blue) = 35+136+137=308 (40% of max value = 765). Red value is 35 (14.06% from 255 or 11.36% from 308); Green value is 136 (53.52% from 255 or 44.16% from 308); Blue value is 137 (53.91% from 255 or 44.48% from 308); Max value from RGB is 137 - color contains mainly: blue. Hex color #238889 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #238889 is #DC7776. Grayscale: #696969. Windows color (decimal): -14448503 or 9013283. OLE color: 9013283.

HSL color Cylindrical-coordinate representation of color #238889: hue angle of 180.59º degrees, saturation: 0.59, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #238889 is Cyan = 0.74, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB35136137-
CMYK0.740.0100.46
HSL180.59º59.3%33.73%-
HSV(B)180.59º74.45%53.73%-
XYZ14.0119.7726.74-
YUV105.92145.5477.42-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 11.36%
GREEN value IS 136 (53.52% from 255) = 44.16%
BLUE value IS 137 (53.91% from 255) = 44.48%
R=11.36%
G=44.16%
B=44.48%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal351361370.740.0100.46180.5959.333.73
Hex2388894A102Eb53b22
Octal4321021111210562657342
Binary100011100010001000100110010101010111010110101111011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #238889

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #238889; }

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

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

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

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

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

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

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

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