Html Css Color HEX #213F71 Resolution Blue

📋 copy color: '#213F71'

red 33 ◦ green 63 ◦ blue 113

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

Shades of Resolution Blue #213F71

Tints of Resolution Blue #213F71

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 54.07%

R = 15.79%
G = 30.14%
B = 54.07%

CMYK

 C value IS 0.71

 M value IS 0.44

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#213F71 (or 0x213F71) is known color: Resolution Blue. HEX triplet: 21, 3F and 71. RGB value is (33,63,113). Sum of RGB (Red+Green+Blue) = 33+63+113=209 (27% of max value = 765). Red value is 33 (13.28% from 255 or 15.79% from 209); Green value is 63 (25% from 255 or 30.14% from 209); Blue value is 113 (44.53% from 255 or 54.07% from 209); Max value from RGB is 113 - color contains mainly: blue. Hex color #213F71 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #213F71 is #DEC08E. Grayscale: #3B3B3B. Windows color (decimal): -14598287 or 7421729. OLE color: 7421729.

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

Color convert

RGB 33 63 113 -
CMYK 0.71 0.44 0 0.56
HSL 217.5º 0.55% 0.29% -
HSV(B) 217.5º 0.71% 0.44% -
XYZ 5.39 5.07 16.32 -
YUV 59.73 158.06 108.93 -
System Red Green Blue C M Y K H S L
Decimal 33 63 113 0.71 0.44 0 0.56 217.5 0.55 0.29
Hex 21 3F 71 47 2C 0 38 DA 37 1D
Octal 41 77 161 107 54 0 70 332 67 35
Binary 100001 111111 1110001 1000111 101100 0 111000 11011010 110111 11101

Color Harmonies of #213F71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #213F71

Black with #213F71

Text Example


Text Example

White with #213F71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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