#233F4F

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

Shades of Nile Blue #233F4F

Tints of Nile Blue #233F4F

Color information

#233F4F (or 0x233F4F) is unknown color: approx Nile Blue. HEX triplet: 23, 3F and 4F. RGB value is (35,63,79). Sum of RGB (Red+Green+Blue) = 35+63+79=177 (23% of max value = 765). Red value is 35 (14.06% from 255 or 19.77% from 177); Green value is 63 (25% from 255 or 35.59% from 177); Blue value is 79 (31.25% from 255 or 44.63% from 177); Max value from RGB is 79 - color contains mainly: blue. Hex color #233F4F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #233F4F is #DCC0B0. Grayscale: #383838. Windows color (decimal): -14467249 or 5193507. OLE color: 5193507.

HSL color Cylindrical-coordinate representation of color #233F4F: hue angle of 201.82º 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 #233F4F is Cyan = 0.56, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB356379-
CMYK0.560.2000.69
HSL201.82º38.6%22.35%-
HSV(B)201.82º55.7%30.98%-
XYZ3.884.488.06-
YUV56.45140.72112.7-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 19.77%
GREEN value IS 63 (25% from 255) = 35.59%
BLUE value IS 79 (31.25% from 255) = 44.63%
R=19.77%
G=35.59%
B=44.63%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal3563790.560.2000.69201.8238.622.35
Hex233F4F3814045ca2716
Octal4377117702401053124726
Binary100011111111100111111100010100010001011100101010011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #233F4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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