Html Css Color HEX #213187 Resolution Blue

📋 copy color: '#213187'

red 33 ◦ green 49 ◦ blue 135

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

Shades of Resolution Blue #213187

Tints of Resolution Blue #213187

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 62.21%

R = 15.21%
G = 22.58%
B = 62.21%

CMYK

 C value IS 0.76

 M value IS 0.64

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#213187 (or 0x213187) is known color: Resolution Blue. HEX triplet: 21, 31 and 87. RGB value is (33,49,135). Sum of RGB (Red+Green+Blue) = 33+49+135=217 (28% of max value = 765). Red value is 33 (13.28% from 255 or 15.21% from 217); Green value is 49 (19.53% from 255 or 22.58% from 217); Blue value is 135 (53.12% from 255 or 62.21% from 217); Max value from RGB is 135 - color contains mainly: blue. Hex color #213187 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #213187 is #DECE78. Grayscale: #353535. Windows color (decimal): -14601849 or 8859937. OLE color: 8859937.

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

Color convert

RGB 33 49 135 -
CMYK 0.76 0.64 0 0.47
HSL 230.59º 0.61% 0.33% -
HSV(B) 230.59º 0.76% 0.53% -
XYZ 6.1 4.27 23.42 -
YUV 54.02 173.7 113.01 -
System Red Green Blue C M Y K H S L
Decimal 33 49 135 0.76 0.64 0 0.47 230.59 0.61 0.33
Hex 21 31 87 4C 40 0 2F E7 3D 21
Octal 41 61 207 114 100 0 57 347 75 41
Binary 100001 110001 10000111 1001100 1000000 0 101111 11100111 111101 100001

Color Harmonies of #213187

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #213187

Black with #213187

Text Example


Text Example

White with #213187

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #213187; }

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

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

background-color css

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

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

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

border-color css

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

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

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