#234050

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

Shades of Nile Blue #234050

Tints of Nile Blue #234050

Color information

#234050 (or 0x234050) is unknown color: approx Nile Blue. HEX triplet: 23, 40 and 50. RGB value is (35,64,80). Sum of RGB (Red+Green+Blue) = 35+64+80=179 (23% of max value = 765). Red value is 35 (14.06% from 255 or 19.55% from 179); Green value is 64 (25.39% from 255 or 35.75% from 179); Blue value is 80 (31.64% from 255 or 44.69% from 179); Max value from RGB is 80 - color contains mainly: blue. Hex color #234050 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #234050 is #DCBFAF. Grayscale: #393939. Windows color (decimal): -14466992 or 5259299. OLE color: 5259299.

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

Color convert

RGB356480-
CMYK0.560.2000.69
HSL201.33º39.13%22.55%-
HSV(B)201.33º56.25%31.37%-
XYZ3.974.68.27-
YUV57.15140.89112.2-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 19.55%
GREEN value IS 64 (25.39% from 255) = 35.75%
BLUE value IS 80 (31.64% from 255) = 44.69%
R=19.55%
G=35.75%
B=44.69%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal3564800.560.2000.69201.3339.1322.55
Hex2340503814045c92717
Octal43100120702401053114727
Binary1000111000000101000011100010100010001011100100110011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #234050

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #234050; }

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

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

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

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

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

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

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

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