#264254

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

Shades of Nile Blue #264254

Tints of Nile Blue #264254

Color information

#264254 (or 0x264254) is unknown color: approx Nile Blue. HEX triplet: 26, 42 and 54. RGB value is (38,66,84). Sum of RGB (Red+Green+Blue) = 38+66+84=188 (24% of max value = 765). Red value is 38 (15.23% from 255 or 20.21% from 188); Green value is 66 (26.17% from 255 or 35.11% from 188); Blue value is 84 (33.20% from 255 or 44.68% from 188); Max value from RGB is 84 - color contains mainly: blue. Hex color #264254 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #264254 is #D9BDAB. Grayscale: #3B3B3B. Windows color (decimal): -14269868 or 5521958. OLE color: 5521958.

HSL color Cylindrical-coordinate representation of color #264254: hue angle of 203.48º degrees, saturation: 0.38, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #264254 is Cyan = 0.55, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB386684-
CMYK0.550.2100.67
HSL203.48º37.7%23.92%-
HSV(B)203.48º54.76%32.94%-
XYZ4.354.959.11-
YUV59.68141.72112.54-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 20.21%
GREEN value IS 66 (26.17% from 255) = 35.11%
BLUE value IS 84 (33.20% from 255) = 44.68%
R=20.21%
G=35.11%
B=44.68%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal3866840.550.2100.67203.4837.723.92
Hex2642543715043cb2618
Octal46102124672501033134630
Binary1001101000010101010011011110101010000111100101110011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #264254

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #264254; }

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

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

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

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

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

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

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

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