#213A40

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

Shades of Nordic #213A40

Tints of Nordic #213A40

Color information

#213A40 (or 0x213A40) is unknown color: approx Nordic. HEX triplet: 21, 3A and 40. RGB value is (33,58,64). Sum of RGB (Red+Green+Blue) = 33+58+64=155 (20% of max value = 765). Red value is 33 (13.28% from 255 or 21.29% from 155); Green value is 58 (23.05% from 255 or 37.42% from 155); Blue value is 64 (25.39% from 255 or 41.29% from 155); Max value from RGB is 64 - color contains mainly: blue. Hex color #213A40 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #213A40 is #DEC5BF. Grayscale: #333333. Windows color (decimal): -14599616 or 4209185. OLE color: 4209185.

HSL color Cylindrical-coordinate representation of color #213A40: hue angle of 191.61º degrees, saturation: 0.32, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #213A40 is Cyan = 0.48, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB335864-
CMYK0.480.0900.75
HSL191.61º31.96%19.02%-
HSV(B)191.61º48.44%25.1%-
XYZ3.073.725.41-
YUV51.21135.22115.01-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 21.29%
GREEN value IS 58 (23.05% from 255) = 37.42%
BLUE value IS 64 (25.39% from 255) = 41.29%
R=21.29%
G=37.42%
B=41.29%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal3358640.480.0900.75191.6131.9619.02
Hex213A4030904Bc02013
Octal4172100601101133004023
Binary10000111101010000001100001001010010111100000010000010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #213A40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #213A40; }

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

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

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

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

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

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

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

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