#238693

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

Shades of Java #238693

Tints of Java #238693

Color information

#238693 (or 0x238693) is unknown color: approx Java. HEX triplet: 23, 86 and 93. RGB value is (35,134,147). Sum of RGB (Red+Green+Blue) = 35+134+147=316 (41% of max value = 765). Red value is 35 (14.06% from 255 or 11.08% from 316); Green value is 134 (52.73% from 255 or 42.41% from 316); Blue value is 147 (57.81% from 255 or 46.52% from 316); Max value from RGB is 147 - color contains mainly: blue. Hex color #238693 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #238693 is #DC796C. Grayscale: #696969. Windows color (decimal): -14449005 or 9668131. OLE color: 9668131.

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

Color convert

RGB35134147-
CMYK0.760.0900.42
HSL186.96º61.54%35.69%-
HSV(B)186.96º76.19%57.65%-
XYZ14.4819.5130.61-
YUV105.88151.277.44-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 11.08%
GREEN value IS 134 (52.73% from 255) = 42.41%
BLUE value IS 147 (57.81% from 255) = 46.52%
R=11.08%
G=42.41%
B=46.52%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal351341470.760.0900.42186.9661.5435.69
Hex2386934C902Abb3e24
Octal43206223114110522737644
Binary100011100001101001001110011001001010101010111011111110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #238693

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #238693; }

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

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

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

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

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

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

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

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