#264152

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

Shades of Nile Blue #264152

Tints of Nile Blue #264152

Color information

#264152 (or 0x264152) is unknown color: approx Nile Blue. HEX triplet: 26, 41 and 52. RGB value is (38,65,82). Sum of RGB (Red+Green+Blue) = 38+65+82=185 (24% of max value = 765). Red value is 38 (15.23% from 255 or 20.54% from 185); Green value is 65 (25.78% from 255 or 35.14% from 185); Blue value is 82 (32.42% from 255 or 44.32% from 185); Max value from RGB is 82 - color contains mainly: blue. Hex color #264152 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #264152 is #D9BEAD. Grayscale: #3A3A3A. Windows color (decimal): -14270126 or 5390630. OLE color: 5390630.

HSL color Cylindrical-coordinate representation of color #264152: hue angle of 203.18º degrees, saturation: 0.37, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #264152 is Cyan = 0.54, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB386582-
CMYK0.540.2100.68
HSL203.18º36.67%23.53%-
HSV(B)203.18º53.66%32.16%-
XYZ4.214.88.69-
YUV58.86141.05113.12-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 20.54%
GREEN value IS 65 (25.78% from 255) = 35.14%
BLUE value IS 82 (32.42% from 255) = 44.32%
R=20.54%
G=35.14%
B=44.32%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal3865820.540.2100.68203.1836.6723.53
Hex2641523615044cb2518
Octal46101122662501043134530
Binary1001101000001101001011011010101010001001100101110010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #264152

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #264152; }

 p { color: rgb(38,65,82); }

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

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

 a { background-color: rgb(38,65,82); }

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

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

 span { border-color: rgb(38,65,82); }

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