#233D4F

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

Shades of Nile Blue #233D4F

Tints of Nile Blue #233D4F

Color information

#233D4F (or 0x233D4F) is unknown color: approx Nile Blue. HEX triplet: 23, 3D and 4F. RGB value is (35,61,79). Sum of RGB (Red+Green+Blue) = 35+61+79=175 (23% of max value = 765). Red value is 35 (14.06% from 255 or 20% from 175); Green value is 61 (24.22% from 255 or 34.86% from 175); Blue value is 79 (31.25% from 255 or 45.14% from 175); Max value from RGB is 79 - color contains mainly: blue. Hex color #233D4F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #233D4F is #DCC2B0. Grayscale: #373737. Windows color (decimal): -14467761 or 5192995. OLE color: 5192995.

HSL color Cylindrical-coordinate representation of color #233D4F: hue angle of 204.55º degrees, saturation: 0.39, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #233D4F is Cyan = 0.56, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB356179-
CMYK0.560.2300.69
HSL204.55º38.6%22.35%-
HSV(B)204.55º55.7%30.98%-
XYZ3.774.268.02-
YUV55.28141.39113.54-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 20%
GREEN value IS 61 (24.22% from 255) = 34.86%
BLUE value IS 79 (31.25% from 255) = 45.14%
R=20%
G=34.86%
B=45.14%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal3561790.560.2300.69204.5538.622.35
Hex233D4F3817045cd2716
Octal4375117702701053154726
Binary100011111101100111111100010111010001011100110110011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #233D4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(35,61,79); }

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

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

 a { background-color: rgb(35,61,79); }

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

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

 span { border-color: rgb(35,61,79); }

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