#23968B

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

Shades of Java #23968B

Tints of Java #23968B

Color information

#23968B (or 0x23968B) is unknown color: approx Java. HEX triplet: 23, 96 and 8B. RGB value is (35,150,139). Sum of RGB (Red+Green+Blue) = 35+150+139=324 (42% of max value = 765). Red value is 35 (14.06% from 255 or 10.80% from 324); Green value is 150 (58.98% from 255 or 46.30% from 324); Blue value is 139 (54.69% from 255 or 42.90% from 324); Max value from RGB is 150 - color contains mainly: green. Hex color #23968B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #23968B is #DC6974. Grayscale: #727272. Windows color (decimal): -14444917 or 9147939. OLE color: 9147939.

HSL color Cylindrical-coordinate representation of color #23968B: hue angle of 174.26º degrees, saturation: 0.62, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #23968B is Cyan = 0.77, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.41.

Color convert

RGB35150139-
CMYK0.7700.070.41
HSL174.26º62.16%36.27%-
HSV(B)174.26º76.67%58.82%-
XYZ16.2624.0328.21-
YUV114.36141.971.39-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 10.80%
GREEN value IS 150 (58.98% from 255) = 46.30%
BLUE value IS 139 (54.69% from 255) = 42.90%
R=10.80%
G=46.30%
B=42.90%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal351501390.7700.070.41174.2662.1636.27
Hex23968B4D0729ae3e24
Octal4322621311507512567644
Binary10001110010110100010111001101011110100110101110111110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #23968B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #23968B; }

 p { color: rgb(35,150,139); }

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

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

 a { background-color: rgb(35,150,139); }

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

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

 span { border-color: rgb(35,150,139); }

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