#23948E

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

Shades of Java #23948E

Tints of Java #23948E

Color information

#23948E (or 0x23948E) is unknown color: approx Java. HEX triplet: 23, 94 and 8E. RGB value is (35,148,142). Sum of RGB (Red+Green+Blue) = 35+148+142=325 (43% of max value = 765). Red value is 35 (14.06% from 255 or 10.77% from 325); Green value is 148 (58.20% from 255 or 45.54% from 325); Blue value is 142 (55.86% from 255 or 43.69% from 325); Max value from RGB is 148 - color contains mainly: green. Hex color #23948E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #23948E is #DC6B71. Grayscale: #717171. Windows color (decimal): -14445426 or 9344035. OLE color: 9344035.

HSL color Cylindrical-coordinate representation of color #23948E: hue angle of 176.81º 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 #23948E is Cyan = 0.76, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.42.

Color convert

RGB35148142-
CMYK0.7600.040.42
HSL176.81º61.75%35.88%-
HSV(B)176.81º76.35%58.04%-
XYZ16.1723.4929.27-
YUV113.53144.0671.99-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 10.77%
GREEN value IS 148 (58.20% from 255) = 45.54%
BLUE value IS 142 (55.86% from 255) = 43.69%
R=10.77%
G=45.54%
B=43.69%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal351481420.7600.040.42176.8161.7535.88
Hex23948E4C042Ab13e24
Octal4322421611404522617644
Binary10001110010100100011101001100010010101010110001111110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #23948E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #23948E; }

 p { color: rgb(35,148,142); }

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

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

 a { background-color: rgb(35,148,142); }

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

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

 span { border-color: rgb(35,148,142); }

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