Html Css Color HEX #264041 Nordic

📋 copy color: '#264041'

red 38 ◦ green 64 ◦ blue 65

#264041
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Nordic #264041

Tints of Nordic #264041

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 value IS 0.42

 M value IS 0.02

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#264041 (or 0x264041) is known color: 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

RGB 38 64 65 -
CMYK 0.42 0.02 0 0.75
HSL 182.22º 0.26% 0.2% -
HSV(B) 182.22º 0.42% 0.25% -
XYZ 3.59 4.46 5.67 -
YUV 56.34 132.89 114.92 -
System Red Green Blue C M Y K H S L
Decimal 38 64 65 0.42 0.02 0 0.75 182.22 0.26 0.2
Hex 26 40 41 2A 2 0 4B B6 1A 14
Octal 46 100 101 52 2 0 113 266 32 24
Binary 100110 1000000 1000001 101010 10 0 1001011 10110110 11010 10100

Color Harmonies of #264041

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #264041

Black with #264041

Text Example


Text Example

White with #264041

Text Example


Text Example

HTML Codes & Css Web 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>