Html Css Color HEX #264142 Nordic

📋 copy color: '#264142'

red 38 ◦ green 65 ◦ blue 66

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

Shades of Nordic #264142

Tints of Nordic #264142

RGB

 RED value IS 38 (15.23% from 255) = 22.49%

 GREEN value IS 65 (25.78% from 255) = 38.46%

 BLUE value IS 66 (26.17% from 255) = 39.05%

R = 22.49%
G = 38.46%
B = 39.05%

CMYK

 C value IS 0.42

 M value IS 0.02

 Y value IS 0

 K value IS 0.74

RGB Variations

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

Color information

#264142 (or 0x264142) is known color: Nordic. HEX triplet: 26, 41 and 42. RGB value is (38,65,66). Sum of RGB (Red+Green+Blue) = 38+65+66=169 (22% of max value = 765). Red value is 38 (15.23% from 255 or 22.49% from 169); Green value is 65 (25.78% from 255 or 38.46% from 169); Blue value is 66 (26.17% from 255 or 39.05% from 169); Max value from RGB is 66 - color contains mainly: blue. Hex color #264142 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #264142 is #D9BEBD. Grayscale: #393939. Windows color (decimal): -14270142 or 4342054. OLE color: 4342054.

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

Color convert

RGB 38 65 66 -
CMYK 0.42 0.02 0 0.74
HSL 182.14º 0.27% 0.2% -
HSV(B) 182.14º 0.42% 0.26% -
XYZ 3.67 4.59 5.85 -
YUV 57.04 133.05 114.42 -
System Red Green Blue C M Y K H S L
Decimal 38 65 66 0.42 0.02 0 0.74 182.14 0.27 0.2
Hex 26 41 42 2A 2 0 4A B6 1B 14
Octal 46 101 102 52 2 0 112 266 33 24
Binary 100110 1000001 1000010 101010 10 0 1001010 10110110 11011 10100

Color Harmonies of #264142

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #264142

Black with #264142

Text Example


Text Example

White with #264142

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #264142; }

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

 H1.HeaderClassName
 {
   color: #264142;
 }
 .AnyTagClassName
 {
   color: #264142;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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