#264246

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

Shades of Nordic #264246

Tints of Nordic #264246

Color information

#264246 (or 0x264246) is unknown color: approx Nordic. HEX triplet: 26, 42 and 46. RGB value is (38,66,70). Sum of RGB (Red+Green+Blue) = 38+66+70=174 (23% of max value = 765). Red value is 38 (15.23% from 255 or 21.84% from 174); Green value is 66 (26.17% from 255 or 37.93% from 174); Blue value is 70 (27.73% from 255 or 40.23% from 174); Max value from RGB is 70 - color contains mainly: blue. Hex color #264246 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #264246 is #D9BDB9. Grayscale: #3A3A3A. Windows color (decimal): -14269882 or 4604454. OLE color: 4604454.

HSL color Cylindrical-coordinate representation of color #264246: hue angle of 187.5º degrees, saturation: 0.3, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #264246 is Cyan = 0.46, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB386670-
CMYK0.460.0600.73
HSL187.5º29.63%21.18%-
HSV(B)187.5º45.71%27.45%-
XYZ3.854.756.51-
YUV58.08134.72113.67-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 21.84%
GREEN value IS 66 (26.17% from 255) = 37.93%
BLUE value IS 70 (27.73% from 255) = 40.23%
R=21.84%
G=37.93%
B=40.23%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal3866700.460.0600.73187.529.6321.18
Hex2642462E6049bc1e15
Octal4610210656601112743625
Binary1001101000010100011010111011001001001101111001111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #264246

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #264246; }

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

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

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

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

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

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

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

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