Html Css Color HEX #213284 Resolution Blue

📋 copy color: '#213284'

red 33 ◦ green 50 ◦ blue 132

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

Shades of Resolution Blue #213284

Tints of Resolution Blue #213284

RGB

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

 GREEN value IS 50 (19.92% from 255) = 23.26%

 BLUE value IS 132 (51.95% from 255) = 61.4%

R = 15.35%
G = 23.26%
B = 61.4%

CMYK

 C value IS 0.75

 M value IS 0.62

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#213284 (or 0x213284) is known color: Resolution Blue. HEX triplet: 21, 32 and 84. RGB value is (33,50,132). Sum of RGB (Red+Green+Blue) = 33+50+132=215 (28% of max value = 765). Red value is 33 (13.28% from 255 or 15.35% from 215); Green value is 50 (19.92% from 255 or 23.26% from 215); Blue value is 132 (51.95% from 255 or 61.40% from 215); Max value from RGB is 132 - color contains mainly: blue. Hex color #213284 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #213284 is #DECD7B. Grayscale: #353535. Windows color (decimal): -14601596 or 8663585. OLE color: 8663585.

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

Color convert

RGB 33 50 132 -
CMYK 0.75 0.62 0 0.48
HSL 229.7º 0.6% 0.32% -
HSV(B) 229.7º 0.75% 0.52% -
XYZ 5.93 4.27 22.34 -
YUV 54.27 171.87 112.83 -
System Red Green Blue C M Y K H S L
Decimal 33 50 132 0.75 0.62 0 0.48 229.7 0.6 0.32
Hex 21 32 84 4B 3E 0 30 E6 3C 20
Octal 41 62 204 113 76 0 60 346 74 40
Binary 100001 110010 10000100 1001011 111110 0 110000 11100110 111100 100000

Color Harmonies of #213284

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #213284

Black with #213284

Text Example


Text Example

White with #213284

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #213284; }

 p { color: rgb(33,50,132); }

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

background-color css

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

 a { background-color: rgb(33,50,132); }

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

border-color css

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

 span { border-color: rgb(33,50,132); }

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