#233B4F

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

Shades of Nile Blue #233B4F

Tints of Nile Blue #233B4F

Color information

#233B4F (or 0x233B4F) is unknown color: approx Nile Blue. HEX triplet: 23, 3B and 4F. RGB value is (35,59,79). Sum of RGB (Red+Green+Blue) = 35+59+79=173 (22% of max value = 765). Red value is 35 (14.06% from 255 or 20.23% from 173); Green value is 59 (23.44% from 255 or 34.10% from 173); Blue value is 79 (31.25% from 255 or 45.66% from 173); Max value from RGB is 79 - color contains mainly: blue. Hex color #233B4F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #233B4F is #DCC4B0. Grayscale: #353535. Windows color (decimal): -14468273 or 5192483. OLE color: 5192483.

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

Color convert

RGB355979-
CMYK0.560.2500.69
HSL207.27º38.6%22.35%-
HSV(B)207.27º55.7%30.98%-
XYZ3.674.057.99-
YUV54.1142.05114.37-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 20.23%
GREEN value IS 59 (23.44% from 255) = 34.10%
BLUE value IS 79 (31.25% from 255) = 45.66%
R=20.23%
G=34.10%
B=45.66%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal3559790.560.2500.69207.2738.622.35
Hex233B4F3819045cf2716
Octal4373117703101053174726
Binary100011111011100111111100011001010001011100111110011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #233B4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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