#233F50

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

Shades of Nile Blue #233F50

Tints of Nile Blue #233F50

Color information

#233F50 (or 0x233F50) is unknown color: approx Nile Blue. HEX triplet: 23, 3F and 50. RGB value is (35,63,80). Sum of RGB (Red+Green+Blue) = 35+63+80=178 (23% of max value = 765). Red value is 35 (14.06% from 255 or 19.66% from 178); Green value is 63 (25% from 255 or 35.39% from 178); Blue value is 80 (31.64% from 255 or 44.94% from 178); Max value from RGB is 80 - color contains mainly: blue. Hex color #233F50 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #233F50 is #DCC0AF. Grayscale: #383838. Windows color (decimal): -14467248 or 5259043. OLE color: 5259043.

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

Color convert

RGB356380-
CMYK0.560.2100.69
HSL202.67º39.13%22.55%-
HSV(B)202.67º56.25%31.37%-
XYZ3.924.498.25-
YUV56.57141.22112.62-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 19.66%
GREEN value IS 63 (25% from 255) = 35.39%
BLUE value IS 80 (31.64% from 255) = 44.94%
R=19.66%
G=35.39%
B=44.94%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal3563800.560.2100.69202.6739.1322.55
Hex233F503815045cb2717
Octal4377120702501053134727
Binary100011111111101000011100010101010001011100101110011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #233F50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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