#264144

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

Shades of Nordic #264144

Tints of Nordic #264144

Color information

#264144 (or 0x264144) is unknown color: approx Nordic. HEX triplet: 26, 41 and 44. RGB value is (38,65,68). Sum of RGB (Red+Green+Blue) = 38+65+68=171 (22% of max value = 765). Red value is 38 (15.23% from 255 or 22.22% from 171); Green value is 65 (25.78% from 255 or 38.01% from 171); Blue value is 68 (26.95% from 255 or 39.77% from 171); Max value from RGB is 68 - color contains mainly: blue. Hex color #264144 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #264144 is #D9BEBB. Grayscale: #393939. Windows color (decimal): -14270140 or 4473126. OLE color: 4473126.

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

Color convert

RGB386568-
CMYK0.440.0400.73
HSL186º28.3%20.78%-
HSV(B)186º44.12%26.67%-
XYZ3.734.616.16-
YUV57.27134.05114.26-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 22.22%
GREEN value IS 65 (25.78% from 255) = 38.01%
BLUE value IS 68 (26.95% from 255) = 39.77%
R=22.22%
G=38.01%
B=39.77%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal3865680.440.0400.7318628.320.78
Hex2641442C4049ba1c15
Octal4610110454401112723425
Binary1001101000001100010010110010001001001101110101110010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #264144

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #264144; }

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

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

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

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

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

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

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

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