#264251

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

Shades of Nile Blue #264251

Tints of Nile Blue #264251

Color information

#264251 (or 0x264251) is unknown color: approx Nile Blue. HEX triplet: 26, 42 and 51. RGB value is (38,66,81). Sum of RGB (Red+Green+Blue) = 38+66+81=185 (24% of max value = 765). Red value is 38 (15.23% from 255 or 20.54% from 185); Green value is 66 (26.17% from 255 or 35.68% from 185); Blue value is 81 (32.03% from 255 or 43.78% from 185); Max value from RGB is 81 - color contains mainly: blue. Hex color #264251 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #264251 is #D9BDAE. Grayscale: #3B3B3B. Windows color (decimal): -14269871 or 5325350. OLE color: 5325350.

HSL color Cylindrical-coordinate representation of color #264251: hue angle of 200.93º degrees, saturation: 0.36, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #264251 is Cyan = 0.53, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB386681-
CMYK0.530.1900.68
HSL200.93º36.13%23.33%-
HSV(B)200.93º53.09%31.76%-
XYZ4.234.98.51-
YUV59.34140.22112.78-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 20.54%
GREEN value IS 66 (26.17% from 255) = 35.68%
BLUE value IS 81 (32.03% from 255) = 43.78%
R=20.54%
G=35.68%
B=43.78%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal3866810.530.1900.68200.9336.1323.33
Hex2642513513044c92417
Octal46102121652301043114427
Binary1001101000010101000111010110011010001001100100110010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #264251

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #264251; }

 p { color: rgb(38,66,81); }

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

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

 a { background-color: rgb(38,66,81); }

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

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

 span { border-color: rgb(38,66,81); }

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