#23394C

Color #23394C Nile Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Nile Blue #23394C

Tints of Nile Blue #23394C

Color information

#23394C (or 0x23394C) is unknown color: approx Nile Blue. HEX triplet: 23, 39 and 4C. RGB value is (35,57,76). Sum of RGB (Red+Green+Blue) = 35+57+76=168 (22% of max value = 765). Red value is 35 (14.06% from 255 or 20.83% from 168); Green value is 57 (22.66% from 255 or 33.93% from 168); Blue value is 76 (30.08% from 255 or 45.24% from 168); Max value from RGB is 76 - color contains mainly: blue. Hex color #23394C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #23394C is #DCC6B3. Grayscale: #343434. Windows color (decimal): -14468788 or 4995363. OLE color: 4995363.

HSL color Cylindrical-coordinate representation of color #23394C: hue angle of 207.8º degrees, saturation: 0.37, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #23394C is Cyan = 0.54, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB355776-
CMYK0.540.2500.70
HSL207.8º36.94%21.76%-
HSV(B)207.8º53.95%29.8%-
XYZ3.463.817.39-
YUV52.59141.21115.46-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 20.83%
GREEN value IS 57 (22.66% from 255) = 33.93%
BLUE value IS 76 (30.08% from 255) = 45.24%
R=20.83%
G=33.93%
B=45.24%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal3557760.540.2500.70207.836.9421.76
Hex23394C3619046d02516
Octal4371114663101063204526
Binary100011111001100110011011011001010001101101000010010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #23394C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #23394C; }

 p { color: rgb(35,57,76); }

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

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

 a { background-color: rgb(35,57,76); }

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

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

 span { border-color: rgb(35,57,76); }

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