#233C4D

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

Shades of Nile Blue #233C4D

Tints of Nile Blue #233C4D

Color information

#233C4D (or 0x233C4D) is unknown color: approx Nile Blue. HEX triplet: 23, 3C and 4D. RGB value is (35,60,77). Sum of RGB (Red+Green+Blue) = 35+60+77=172 (22% of max value = 765). Red value is 35 (14.06% from 255 or 20.35% from 172); Green value is 60 (23.83% from 255 or 34.88% from 172); Blue value is 77 (30.47% from 255 or 44.77% from 172); Max value from RGB is 77 - color contains mainly: blue. Hex color #233C4D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #233C4D is #DCC3B2. Grayscale: #363636. Windows color (decimal): -14468019 or 5061667. OLE color: 5061667.

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

Color convert

RGB356077-
CMYK0.550.2200.70
HSL204.29º37.5%21.96%-
HSV(B)204.29º54.55%30.2%-
XYZ3.654.127.63-
YUV54.46140.72114.12-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 20.35%
GREEN value IS 60 (23.83% from 255) = 34.88%
BLUE value IS 77 (30.47% from 255) = 44.77%
R=20.35%
G=34.88%
B=44.77%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal3560770.550.2200.70204.2937.521.96
Hex233C4D3716046cc2516
Octal4374115672601063144526
Binary100011111100100110111011110110010001101100110010010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #233C4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(35,60,77); }

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

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

 a { background-color: rgb(35,60,77); }

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

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

 span { border-color: rgb(35,60,77); }

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