Html Css Color HEX #214045 Nordic

📋 copy color: '#214045'

red 33 ◦ green 64 ◦ blue 69

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

Shades of Nordic #214045

Tints of Nordic #214045

RGB

 RED value IS 33 (13.28% from 255) = 19.88%

 GREEN value IS 64 (25.39% from 255) = 38.55%

 BLUE value IS 69 (27.34% from 255) = 41.57%

R = 19.88%
G = 38.55%
B = 41.57%

CMYK

 C value IS 0.52

 M value IS 0.07

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#214045 (or 0x214045) is known color: Nordic. HEX triplet: 21, 40 and 45. RGB value is (33,64,69). Sum of RGB (Red+Green+Blue) = 33+64+69=166 (21% of max value = 765). Red value is 33 (13.28% from 255 or 19.88% from 166); Green value is 64 (25.39% from 255 or 38.55% from 166); Blue value is 69 (27.34% from 255 or 41.57% from 166); Max value from RGB is 69 - color contains mainly: blue. Hex color #214045 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #214045 is #DEBFBA. Grayscale: #373737. Windows color (decimal): -14598075 or 4538401. OLE color: 4538401.

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

Color convert

RGB 33 64 69 -
CMYK 0.52 0.07 0 0.73
HSL 188.33º 0.35% 0.2% -
HSV(B) 188.33º 0.52% 0.27% -
XYZ 3.53 4.42 6.3 -
YUV 55.3 135.73 112.09 -
System Red Green Blue C M Y K H S L
Decimal 33 64 69 0.52 0.07 0 0.73 188.33 0.35 0.2
Hex 21 40 45 34 7 0 49 BC 23 14
Octal 41 100 105 64 7 0 111 274 43 24
Binary 100001 1000000 1000101 110100 111 0 1001001 10111100 100011 10100

Color Harmonies of #214045

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #214045

Black with #214045

Text Example


Text Example

White with #214045

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #214045; }

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

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

background-color css

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

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

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

border-color css

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

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

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