Html Css Color HEX #213E74 Resolution Blue

📋 copy color: '#213E74'

red 33 ◦ green 62 ◦ blue 116

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

Shades of Resolution Blue #213E74

Tints of Resolution Blue #213E74

RGB

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

 GREEN value IS 62 (24.61% from 255) = 29.38%

 BLUE value IS 116 (45.7% from 255) = 54.98%

R = 15.64%
G = 29.38%
B = 54.98%

CMYK

 C value IS 0.72

 M value IS 0.47

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#213E74 (or 0x213E74) is known color: Resolution Blue. HEX triplet: 21, 3E and 74. RGB value is (33,62,116). Sum of RGB (Red+Green+Blue) = 33+62+116=211 (27% of max value = 765). Red value is 33 (13.28% from 255 or 15.64% from 211); Green value is 62 (24.61% from 255 or 29.38% from 211); Blue value is 116 (45.70% from 255 or 54.98% from 211); Max value from RGB is 116 - color contains mainly: blue. Hex color #213E74 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #213E74 is #DEC18B. Grayscale: #3B3B3B. Windows color (decimal): -14598540 or 7618081. OLE color: 7618081.

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

Color convert

RGB 33 62 116 -
CMYK 0.72 0.47 0 0.55
HSL 219.04º 0.56% 0.29% -
HSV(B) 219.04º 0.72% 0.45% -
XYZ 5.5 5.03 17.2 -
YUV 59.49 159.89 109.11 -
System Red Green Blue C M Y K H S L
Decimal 33 62 116 0.72 0.47 0 0.55 219.04 0.56 0.29
Hex 21 3E 74 48 2F 0 37 DB 38 1D
Octal 41 76 164 110 57 0 67 333 70 35
Binary 100001 111110 1110100 1001000 101111 0 110111 11011011 111000 11101

Color Harmonies of #213E74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #213E74

Black with #213E74

Text Example


Text Example

White with #213E74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(33,62,116); }

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

background-color css

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

 a { background-color: rgb(33,62,116); }

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

border-color css

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

 span { border-color: rgb(33,62,116); }

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