#264041

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

Shades of Nordic #264041

Tints of Nordic #264041

Color information

#264041 (or 0x264041) is unknown color: approx Nordic. HEX triplet: 26, 40 and 41. RGB value is (38,64,65). Sum of RGB (Red+Green+Blue) = 38+64+65=167 (22% of max value = 765). Red value is 38 (15.23% from 255 or 22.75% from 167); Green value is 64 (25.39% from 255 or 38.32% from 167); Blue value is 65 (25.78% from 255 or 38.92% from 167); Max value from RGB is 65 - color contains mainly: blue. Hex color #264041 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #264041 is #D9BFBE. Grayscale: #383838. Windows color (decimal): -14270399 or 4276262. OLE color: 4276262.

HSL color Cylindrical-coordinate representation of color #264041: hue angle of 182.22º degrees, saturation: 0.26, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #264041 is Cyan = 0.42, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB386465-
CMYK0.420.0200.75
HSL182.22º26.21%20.2%-
HSV(B)182.22º41.54%25.49%-
XYZ3.594.465.67-
YUV56.34132.89114.92-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 22.75%
GREEN value IS 64 (25.39% from 255) = 38.32%
BLUE value IS 65 (25.78% from 255) = 38.92%
R=22.75%
G=38.32%
B=38.92%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal3864650.420.0200.75182.2226.2120.2
Hex2640412A204Bb61a14
Octal4610010152201132663224
Binary100110100000010000011010101001001011101101101101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #264041

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #264041; }

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

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

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

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

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

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

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

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