#233A4F

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

Shades of Nile Blue #233A4F

Tints of Nile Blue #233A4F

Color information

#233A4F (or 0x233A4F) is unknown color: approx Nile Blue. HEX triplet: 23, 3A and 4F. RGB value is (35,58,79). Sum of RGB (Red+Green+Blue) = 35+58+79=172 (22% of max value = 765). Red value is 35 (14.06% from 255 or 20.35% from 172); Green value is 58 (23.05% from 255 or 33.72% from 172); Blue value is 79 (31.25% from 255 or 45.93% from 172); Max value from RGB is 79 - color contains mainly: blue. Hex color #233A4F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #233A4F is #DCC5B0. Grayscale: #353535. Windows color (decimal): -14468529 or 5192227. OLE color: 5192227.

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

Color convert

RGB355879-
CMYK0.560.2700.69
HSL208.64º38.6%22.35%-
HSV(B)208.64º55.7%30.98%-
XYZ3.623.957.97-
YUV53.52142.38114.79-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 20.35%
GREEN value IS 58 (23.05% from 255) = 33.72%
BLUE value IS 79 (31.25% from 255) = 45.93%
R=20.35%
G=33.72%
B=45.93%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal3558790.560.2700.69208.6438.622.35
Hex233A4F381B045d12716
Octal4372117703301053214726
Binary100011111010100111111100011011010001011101000110011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #233A4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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