#234053

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

Shades of Nile Blue #234053

Tints of Nile Blue #234053

Color information

#234053 (or 0x234053) is unknown color: approx Nile Blue. HEX triplet: 23, 40 and 53. RGB value is (35,64,83). Sum of RGB (Red+Green+Blue) = 35+64+83=182 (24% of max value = 765). Red value is 35 (14.06% from 255 or 19.23% from 182); Green value is 64 (25.39% from 255 or 35.16% from 182); Blue value is 83 (32.81% from 255 or 45.60% from 182); Max value from RGB is 83 - color contains mainly: blue. Hex color #234053 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #234053 is #DCBFAC. Grayscale: #393939. Windows color (decimal): -14466989 or 5455907. OLE color: 5455907.

HSL color Cylindrical-coordinate representation of color #234053: hue angle of 203.75º 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 #234053 is Cyan = 0.58, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB356483-
CMYK0.580.2300.67
HSL203.75º40.68%23.14%-
HSV(B)203.75º57.83%32.55%-
XYZ4.094.658.87-
YUV57.5142.39111.96-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 19.23%
GREEN value IS 64 (25.39% from 255) = 35.16%
BLUE value IS 83 (32.81% from 255) = 45.60%
R=19.23%
G=35.16%
B=45.60%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal3564830.580.2300.67203.7540.6823.14
Hex2340533A17043cc2917
Octal43100123722701033145127
Binary1000111000000101001111101010111010000111100110010100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #234053

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #234053; }

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

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

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

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

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

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

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

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