#233E4C

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

Shades of Nile Blue #233E4C

Tints of Nile Blue #233E4C

Color information

#233E4C (or 0x233E4C) is unknown color: approx Nile Blue. HEX triplet: 23, 3E and 4C. RGB value is (35,62,76). Sum of RGB (Red+Green+Blue) = 35+62+76=173 (22% of max value = 765). Red value is 35 (14.06% from 255 or 20.23% from 173); Green value is 62 (24.61% from 255 or 35.84% from 173); Blue value is 76 (30.08% from 255 or 43.93% from 173); Max value from RGB is 76 - color contains mainly: blue. Hex color #233E4C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #233E4C is #DCC1B3. Grayscale: #373737. Windows color (decimal): -14467508 or 4996643. OLE color: 4996643.

HSL color Cylindrical-coordinate representation of color #233E4C: hue angle of 200.49º 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 #233E4C is Cyan = 0.54, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB356276-
CMYK0.540.1800.70
HSL200.49º36.94%21.76%-
HSV(B)200.49º53.95%29.8%-
XYZ3.724.327.48-
YUV55.52139.55113.36-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 20.23%
GREEN value IS 62 (24.61% from 255) = 35.84%
BLUE value IS 76 (30.08% from 255) = 43.93%
R=20.23%
G=35.84%
B=43.93%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal3562760.540.1800.70200.4936.9421.76
Hex233E4C3612046c82516
Octal4376114662201063104526
Binary100011111110100110011011010010010001101100100010010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #233E4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #233E4C; }

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

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

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

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

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

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

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

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