Html Css Color HEX #213384 Resolution Blue

📋 copy color: '#213384'

red 33 ◦ green 51 ◦ blue 132

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

Shades of Resolution Blue #213384

Tints of Resolution Blue #213384

RGB

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

 GREEN value IS 51 (20.31% from 255) = 23.61%

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

R = 15.28%
G = 23.61%
B = 61.11%

CMYK

 C value IS 0.75

 M value IS 0.61

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#213384 (or 0x213384) is known color: Resolution Blue. HEX triplet: 21, 33 and 84. RGB value is (33,51,132). Sum of RGB (Red+Green+Blue) = 33+51+132=216 (28% of max value = 765). Red value is 33 (13.28% from 255 or 15.28% from 216); Green value is 51 (20.31% from 255 or 23.61% from 216); Blue value is 132 (51.95% from 255 or 61.11% from 216); Max value from RGB is 132 - color contains mainly: blue. Hex color #213384 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #213384 is #DECC7B. Grayscale: #363636. Windows color (decimal): -14601340 or 8663841. OLE color: 8663841.

HSL color Cylindrical-coordinate representation of color #213384: hue angle of 229.09º 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 #213384 is Cyan = 0.75, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 33 51 132 -
CMYK 0.75 0.61 0 0.48
HSL 229.09º 0.6% 0.32% -
HSV(B) 229.09º 0.75% 0.52% -
XYZ 5.98 4.36 22.36 -
YUV 54.85 171.54 112.41 -
System Red Green Blue C M Y K H S L
Decimal 33 51 132 0.75 0.61 0 0.48 229.09 0.6 0.32
Hex 21 33 84 4B 3D 0 30 E5 3C 20
Octal 41 63 204 113 75 0 60 345 74 40
Binary 100001 110011 10000100 1001011 111101 0 110000 11100101 111100 100000

Color Harmonies of #213384

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #213384

Black with #213384

Text Example


Text Example

White with #213384

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #213384; }

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

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

background-color css

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

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

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

border-color css

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

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

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