#214046

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

Shades of Nordic #214046

Tints of Nordic #214046

Color information

#214046 (or 0x214046) is unknown color: approx Nordic. HEX triplet: 21, 40 and 46. RGB value is (33,64,70). Sum of RGB (Red+Green+Blue) = 33+64+70=167 (22% of max value = 765). Red value is 33 (13.28% from 255 or 19.76% from 167); Green value is 64 (25.39% from 255 or 38.32% from 167); Blue value is 70 (27.73% from 255 or 41.92% from 167); Max value from RGB is 70 - color contains mainly: blue. Hex color #214046 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #214046 is #DEBFB9. Grayscale: #373737. Windows color (decimal): -14598074 or 4603937. OLE color: 4603937.

HSL color Cylindrical-coordinate representation of color #214046: hue angle of 189.73º degrees, saturation: 0.36, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #214046 is Cyan = 0.53, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB336470-
CMYK0.530.0900.73
HSL189.73º35.92%20.2%-
HSV(B)189.73º52.86%27.45%-
XYZ3.574.436.46-
YUV55.41136.23112.01-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 19.76%
GREEN value IS 64 (25.39% from 255) = 38.32%
BLUE value IS 70 (27.73% from 255) = 41.92%
R=19.76%
G=38.32%
B=41.92%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal3364700.530.0900.73189.7335.9220.2
Hex214046359049be2414
Octal41100106651101112764424
Binary100001100000010001101101011001010010011011111010010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #214046

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #214046; }

 p { color: rgb(33,64,70); }

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

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

 a { background-color: rgb(33,64,70); }

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

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

 span { border-color: rgb(33,64,70); }

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