Html Css Color HEX #213F73 Resolution Blue

📋 copy color: '#213F73'

red 33 ◦ green 63 ◦ blue 115

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

Shades of Resolution Blue #213F73

Tints of Resolution Blue #213F73

RGB

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

 GREEN value IS 63 (25% from 255) = 29.86%

 BLUE value IS 115 (45.31% from 255) = 54.5%

R = 15.64%
G = 29.86%
B = 54.5%

CMYK

 C value IS 0.71

 M value IS 0.45

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#213F73 (or 0x213F73) is known color: Resolution Blue. HEX triplet: 21, 3F and 73. RGB value is (33,63,115). Sum of RGB (Red+Green+Blue) = 33+63+115=211 (27% of max value = 765). Red value is 33 (13.28% from 255 or 15.64% from 211); Green value is 63 (25% from 255 or 29.86% from 211); Blue value is 115 (45.31% from 255 or 54.50% from 211); Max value from RGB is 115 - color contains mainly: blue. Hex color #213F73 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #213F73 is #DEC08C. Grayscale: #3B3B3B. Windows color (decimal): -14598285 or 7552801. OLE color: 7552801.

HSL color Cylindrical-coordinate representation of color #213F73: hue angle of 218.05º 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 #213F73 is Cyan = 0.71, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 33 63 115 -
CMYK 0.71 0.45 0 0.55
HSL 218.05º 0.55% 0.29% -
HSV(B) 218.05º 0.71% 0.45% -
XYZ 5.5 5.12 16.92 -
YUV 59.96 159.06 108.77 -
System Red Green Blue C M Y K H S L
Decimal 33 63 115 0.71 0.45 0 0.55 218.05 0.55 0.29
Hex 21 3F 73 47 2D 0 37 DA 37 1D
Octal 41 77 163 107 55 0 67 332 67 35
Binary 100001 111111 1110011 1000111 101101 0 110111 11011010 110111 11101

Color Harmonies of #213F73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #213F73

Black with #213F73

Text Example


Text Example

White with #213F73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(33,63,115); }

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

background-color css

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

 a { background-color: rgb(33,63,115); }

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

border-color css

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

 span { border-color: rgb(33,63,115); }

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