Html Css Color HEX #213586 Resolution Blue

📋 copy color: '#213586'

red 33 ◦ green 53 ◦ blue 134

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

Shades of Resolution Blue #213586

Tints of Resolution Blue #213586

RGB

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

 GREEN value IS 53 (21.09% from 255) = 24.09%

 BLUE value IS 134 (52.73% from 255) = 60.91%

R = 15%
G = 24.09%
B = 60.91%

CMYK

 C value IS 0.75

 M value IS 0.60

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#213586 (or 0x213586) is known color: Resolution Blue. HEX triplet: 21, 35 and 86. RGB value is (33,53,134). Sum of RGB (Red+Green+Blue) = 33+53+134=220 (29% of max value = 765). Red value is 33 (13.28% from 255 or 15% from 220); Green value is 53 (21.09% from 255 or 24.09% from 220); Blue value is 134 (52.73% from 255 or 60.91% from 220); Max value from RGB is 134 - color contains mainly: blue. Hex color #213586 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #213586 is #DECA79. Grayscale: #373737. Windows color (decimal): -14600826 or 8795425. OLE color: 8795425.

HSL color Cylindrical-coordinate representation of color #213586: hue angle of 228.12º degrees, saturation: 0.6, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #213586 is Cyan = 0.75, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 33 53 134 -
CMYK 0.75 0.60 0 0.47
HSL 228.12º 0.6% 0.33% -
HSV(B) 228.12º 0.75% 0.53% -
XYZ 6.2 4.59 23.11 -
YUV 56.25 171.87 111.41 -
System Red Green Blue C M Y K H S L
Decimal 33 53 134 0.75 0.60 0 0.47 228.12 0.6 0.33
Hex 21 35 86 4B 3C 0 2F E4 3C 21
Octal 41 65 206 113 74 0 57 344 74 41
Binary 100001 110101 10000110 1001011 111100 0 101111 11100100 111100 100001

Color Harmonies of #213586

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #213586

Black with #213586

Text Example


Text Example

White with #213586

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #213586; }

 p { color: rgb(33,53,134); }

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

background-color css

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

 a { background-color: rgb(33,53,134); }

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

border-color css

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

 span { border-color: rgb(33,53,134); }

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