Html Css Color HEX #213185 Resolution Blue

📋 copy color: '#213185'

red 33 ◦ green 49 ◦ blue 133

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

Shades of Resolution Blue #213185

Tints of Resolution Blue #213185

RGB

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

 GREEN value IS 49 (19.53% from 255) = 22.79%

 BLUE value IS 133 (52.34% from 255) = 61.86%

R = 15.35%
G = 22.79%
B = 61.86%

CMYK

 C value IS 0.75

 M value IS 0.63

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#213185 (or 0x213185) is known color: Resolution Blue. HEX triplet: 21, 31 and 85. RGB value is (33,49,133). Sum of RGB (Red+Green+Blue) = 33+49+133=215 (28% of max value = 765). Red value is 33 (13.28% from 255 or 15.35% from 215); Green value is 49 (19.53% from 255 or 22.79% from 215); Blue value is 133 (52.34% from 255 or 61.86% from 215); Max value from RGB is 133 - color contains mainly: blue. Hex color #213185 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #213185 is #DECE7A. Grayscale: #353535. Windows color (decimal): -14601851 or 8728865. OLE color: 8728865.

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

Color convert

RGB 33 49 133 -
CMYK 0.75 0.63 0 0.48
HSL 230.4º 0.6% 0.33% -
HSV(B) 230.4º 0.75% 0.52% -
XYZ 5.96 4.21 22.69 -
YUV 53.79 172.7 113.17 -
System Red Green Blue C M Y K H S L
Decimal 33 49 133 0.75 0.63 0 0.48 230.4 0.6 0.33
Hex 21 31 85 4B 3F 0 30 E6 3C 21
Octal 41 61 205 113 77 0 60 346 74 41
Binary 100001 110001 10000101 1001011 111111 0 110000 11100110 111100 100001

Color Harmonies of #213185

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #213185

Black with #213185

Text Example


Text Example

White with #213185

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #213185; }

 p { color: rgb(33,49,133); }

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

background-color css

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

 a { background-color: rgb(33,49,133); }

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

border-color css

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

 span { border-color: rgb(33,49,133); }

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