Html Css Color HEX #213D72 Resolution Blue

📋 copy color: '#213D72'

red 33 ◦ green 61 ◦ blue 114

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

Shades of Resolution Blue #213D72

Tints of Resolution Blue #213D72

RGB

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

 GREEN value IS 61 (24.22% from 255) = 29.33%

 BLUE value IS 114 (44.92% from 255) = 54.81%

R = 15.87%
G = 29.33%
B = 54.81%

CMYK

 C value IS 0.71

 M value IS 0.46

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#213D72 (or 0x213D72) is known color: Resolution Blue. HEX triplet: 21, 3D and 72. RGB value is (33,61,114). Sum of RGB (Red+Green+Blue) = 33+61+114=208 (27% of max value = 765). Red value is 33 (13.28% from 255 or 15.87% from 208); Green value is 61 (24.22% from 255 or 29.33% from 208); Blue value is 114 (44.92% from 255 or 54.81% from 208); Max value from RGB is 114 - color contains mainly: blue. Hex color #213D72 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #213D72 is #DEC28D. Grayscale: #3A3A3A. Windows color (decimal): -14598798 or 7486753. OLE color: 7486753.

HSL color Cylindrical-coordinate representation of color #213D72: hue angle of 219.26º degrees, saturation: 0.55, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #213D72 is Cyan = 0.71, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 33 61 114 -
CMYK 0.71 0.46 0 0.55
HSL 219.26º 0.55% 0.29% -
HSV(B) 219.26º 0.71% 0.45% -
XYZ 5.33 4.88 16.58 -
YUV 58.67 159.22 109.69 -
System Red Green Blue C M Y K H S L
Decimal 33 61 114 0.71 0.46 0 0.55 219.26 0.55 0.29
Hex 21 3D 72 47 2E 0 37 DB 37 1D
Octal 41 75 162 107 56 0 67 333 67 35
Binary 100001 111101 1110010 1000111 101110 0 110111 11011011 110111 11101

Color Harmonies of #213D72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #213D72

Black with #213D72

Text Example


Text Example

White with #213D72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(33,61,114); }

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

background-color css

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

 a { background-color: rgb(33,61,114); }

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

border-color css

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

 span { border-color: rgb(33,61,114); }

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