#234253

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

Shades of Nile Blue #234253

Tints of Nile Blue #234253

Color information

#234253 (or 0x234253) is unknown color: approx Nile Blue. HEX triplet: 23, 42 and 53. RGB value is (35,66,83). Sum of RGB (Red+Green+Blue) = 35+66+83=184 (24% of max value = 765). Red value is 35 (14.06% from 255 or 19.02% from 184); Green value is 66 (26.17% from 255 or 35.87% from 184); Blue value is 83 (32.81% from 255 or 45.11% from 184); Max value from RGB is 83 - color contains mainly: blue. Hex color #234253 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #234253 is #DCBDAC. Grayscale: #3A3A3A. Windows color (decimal): -14466477 or 5456419. OLE color: 5456419.

HSL color Cylindrical-coordinate representation of color #234253: hue angle of 201.25º degrees, saturation: 0.41, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #234253 is Cyan = 0.58, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB356683-
CMYK0.580.2000.67
HSL201.25º40.68%23.14%-
HSV(B)201.25º57.83%32.55%-
XYZ4.24.888.9-
YUV58.67141.73111.12-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 19.02%
GREEN value IS 66 (26.17% from 255) = 35.87%
BLUE value IS 83 (32.81% from 255) = 45.11%
R=19.02%
G=35.87%
B=45.11%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal3566830.580.2000.67201.2540.6823.14
Hex2342533A14043c92917
Octal43102123722401033115127
Binary1000111000010101001111101010100010000111100100110100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #234253

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #234253; }

 p { color: rgb(35,66,83); }

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

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

 a { background-color: rgb(35,66,83); }

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

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

 span { border-color: rgb(35,66,83); }

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