Html Css Color HEX #213335 Nordic

📋 copy color: '#213335'

red 33 ◦ green 51 ◦ blue 53

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

Shades of Nordic #213335

Tints of Nordic #213335

RGB

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

 GREEN value IS 51 (20.31% from 255) = 37.23%

 BLUE value IS 53 (21.09% from 255) = 38.69%

R = 24.09%
G = 37.23%
B = 38.69%

CMYK

 C value IS 0.38

 M value IS 0.04

 Y value IS 0

 K value IS 0.79

RGB Variations

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

Color information

#213335 (or 0x213335) is known color: Nordic. HEX triplet: 21, 33 and 35. RGB value is (33,51,53). Sum of RGB (Red+Green+Blue) = 33+51+53=137 (18% of max value = 765). Red value is 33 (13.28% from 255 or 24.09% from 137); Green value is 51 (20.31% from 255 or 37.23% from 137); Blue value is 53 (21.09% from 255 or 38.69% from 137); Max value from RGB is 53 - color contains mainly: blue. Hex color #213335 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #213335 is #DECCCA. Grayscale: #2D2D2D. Windows color (decimal): -14601419 or 3486497. OLE color: 3486497.

HSL color Cylindrical-coordinate representation of color #213335: hue angle of 186º degrees, saturation: 0.23, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #213335 is Cyan = 0.38, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB 33 51 53 -
CMYK 0.38 0.04 0 0.79
HSL 186º 0.23% 0.17% -
HSV(B) 186º 0.38% 0.21% -
XYZ 2.45 2.95 3.81 -
YUV 45.85 132.04 118.84 -
System Red Green Blue C M Y K H S L
Decimal 33 51 53 0.38 0.04 0 0.79 186 0.23 0.17
Hex 21 33 35 26 4 0 4F BA 17 11
Octal 41 63 65 46 4 0 117 272 27 21
Binary 100001 110011 110101 100110 100 0 1001111 10111010 10111 10001

Color Harmonies of #213335

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #213335

Black with #213335

Text Example


Text Example

White with #213335

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #213335; }

 p { color: rgb(33,51,53); }

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

background-color css

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

 a { background-color: rgb(33,51,53); }

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

border-color css

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

 span { border-color: rgb(33,51,53); }

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