#264043

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

Shades of Nordic #264043

Tints of Nordic #264043

Color information

#264043 (or 0x264043) is unknown color: approx Nordic. HEX triplet: 26, 40 and 43. RGB value is (38,64,67). Sum of RGB (Red+Green+Blue) = 38+64+67=169 (22% of max value = 765). Red value is 38 (15.23% from 255 or 22.49% from 169); Green value is 64 (25.39% from 255 or 37.87% from 169); Blue value is 67 (26.56% from 255 or 39.64% from 169); Max value from RGB is 67 - color contains mainly: blue. Hex color #264043 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #264043 is #D9BFBC. Grayscale: #383838. Windows color (decimal): -14270397 or 4407334. OLE color: 4407334.

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

Color convert

RGB386467-
CMYK0.430.0400.74
HSL186.21º27.62%20.59%-
HSV(B)186.21º43.28%26.27%-
XYZ3.654.485.98-
YUV56.57133.89114.76-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 22.49%
GREEN value IS 64 (25.39% from 255) = 37.87%
BLUE value IS 67 (26.56% from 255) = 39.64%
R=22.49%
G=37.87%
B=39.64%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal3864670.430.0400.74186.2127.6220.59
Hex2640432B404Aba1c15
Octal4610010353401122723425
Binary1001101000000100001110101110001001010101110101110010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #264043

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #264043; }

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

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

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

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

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

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

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

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