#264044

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

Shades of Nordic #264044

Tints of Nordic #264044

Color information

#264044 (or 0x264044) is unknown color: approx Nordic. HEX triplet: 26, 40 and 44. RGB value is (38,64,68). Sum of RGB (Red+Green+Blue) = 38+64+68=170 (22% of max value = 765). Red value is 38 (15.23% from 255 or 22.35% from 170); Green value is 64 (25.39% from 255 or 37.65% from 170); Blue value is 68 (26.95% from 255 or 40% from 170); Max value from RGB is 68 - color contains mainly: blue. Hex color #264044 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #264044 is #D9BFBB. Grayscale: #383838. Windows color (decimal): -14270396 or 4472870. OLE color: 4472870.

HSL color Cylindrical-coordinate representation of color #264044: hue angle of 188º 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 #264044 is Cyan = 0.44, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB386468-
CMYK0.440.0600.73
HSL188º28.3%20.78%-
HSV(B)188º44.12%26.67%-
XYZ3.684.56.14-
YUV56.68134.39114.67-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 22.35%
GREEN value IS 64 (25.39% from 255) = 37.65%
BLUE value IS 68 (26.95% from 255) = 40%
R=22.35%
G=37.65%
B=40%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal3864680.440.0600.7318828.320.78
Hex2640442C6049bc1c15
Octal4610010454601112743425
Binary1001101000000100010010110011001001001101111001110010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #264044

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #264044; }

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

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

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

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

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

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

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

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