Html Css Color HEX #213E82 Resolution Blue

📋 copy color: '#213E82'

red 33 ◦ green 62 ◦ blue 130

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

Shades of Resolution Blue #213E82

Tints of Resolution Blue #213E82

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 57.78%

R = 14.67%
G = 27.56%
B = 57.78%

CMYK

 C value IS 0.75

 M value IS 0.52

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#213E82 (or 0x213E82) is known color: Resolution Blue. HEX triplet: 21, 3E and 82. RGB value is (33,62,130). Sum of RGB (Red+Green+Blue) = 33+62+130=225 (29% of max value = 765). Red value is 33 (13.28% from 255 or 14.67% from 225); Green value is 62 (24.61% from 255 or 27.56% from 225); Blue value is 130 (51.17% from 255 or 57.78% from 225); Max value from RGB is 130 - color contains mainly: blue. Hex color #213E82 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #213E82 is #DEC17D. Grayscale: #3C3C3C. Windows color (decimal): -14598526 or 8535585. OLE color: 8535585.

HSL color Cylindrical-coordinate representation of color #213E82: hue angle of 222.06º degrees, saturation: 0.6, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #213E82 is Cyan = 0.75, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 33 62 130 -
CMYK 0.75 0.52 0 0.49
HSL 222.06º 0.6% 0.32% -
HSV(B) 222.06º 0.75% 0.51% -
XYZ 6.38 5.38 21.82 -
YUV 61.08 166.89 107.97 -
System Red Green Blue C M Y K H S L
Decimal 33 62 130 0.75 0.52 0 0.49 222.06 0.6 0.32
Hex 21 3E 82 4B 34 0 31 DE 3C 20
Octal 41 76 202 113 64 0 61 336 74 40
Binary 100001 111110 10000010 1001011 110100 0 110001 11011110 111100 100000

Color Harmonies of #213E82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #213E82

Black with #213E82

Text Example


Text Example

White with #213E82

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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