Html Css Color HEX #213C76 Resolution Blue

📋 copy color: '#213C76'

red 33 ◦ green 60 ◦ blue 118

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

Shades of Resolution Blue #213C76

Tints of Resolution Blue #213C76

RGB

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

 GREEN value IS 60 (23.83% from 255) = 28.44%

 BLUE value IS 118 (46.48% from 255) = 55.92%

R = 15.64%
G = 28.44%
B = 55.92%

CMYK

 C value IS 0.72

 M value IS 0.49

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#213C76 (or 0x213C76) is known color: Resolution Blue. HEX triplet: 21, 3C and 76. RGB value is (33,60,118). Sum of RGB (Red+Green+Blue) = 33+60+118=211 (27% of max value = 765). Red value is 33 (13.28% from 255 or 15.64% from 211); Green value is 60 (23.83% from 255 or 28.44% from 211); Blue value is 118 (46.48% from 255 or 55.92% from 211); Max value from RGB is 118 - color contains mainly: blue. Hex color #213C76 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #213C76 is #DEC389. Grayscale: #3A3A3A. Windows color (decimal): -14599050 or 7748641. OLE color: 7748641.

HSL color Cylindrical-coordinate representation of color #213C76: hue angle of 220.94º degrees, saturation: 0.56, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #213C76 is Cyan = 0.72, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 33 60 118 -
CMYK 0.72 0.49 0 0.54
HSL 220.94º 0.56% 0.3% -
HSV(B) 220.94º 0.72% 0.46% -
XYZ 5.51 4.86 17.79 -
YUV 58.54 161.55 109.78 -
System Red Green Blue C M Y K H S L
Decimal 33 60 118 0.72 0.49 0 0.54 220.94 0.56 0.3
Hex 21 3C 76 48 31 0 36 DD 38 1E
Octal 41 74 166 110 61 0 66 335 70 36
Binary 100001 111100 1110110 1001000 110001 0 110110 11011101 111000 11110

Color Harmonies of #213C76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #213C76

Black with #213C76

Text Example


Text Example

White with #213C76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(33,60,118); }

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

background-color css

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

 a { background-color: rgb(33,60,118); }

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

border-color css

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

 span { border-color: rgb(33,60,118); }

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