Html Css Color HEX #213485 Resolution Blue

📋 copy color: '#213485'

red 33 ◦ green 52 ◦ blue 133

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

Shades of Resolution Blue #213485

Tints of Resolution Blue #213485

RGB

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

 GREEN value IS 52 (20.7% from 255) = 23.85%

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

R = 15.14%
G = 23.85%
B = 61.01%

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

#213485 (or 0x213485) is known color: Resolution Blue. HEX triplet: 21, 34 and 85. RGB value is (33,52,133). Sum of RGB (Red+Green+Blue) = 33+52+133=218 (28% of max value = 765). Red value is 33 (13.28% from 255 or 15.14% from 218); Green value is 52 (20.70% from 255 or 23.85% from 218); Blue value is 133 (52.34% from 255 or 61.01% from 218); Max value from RGB is 133 - color contains mainly: blue. Hex color #213485 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #213485 is #DECB7A. Grayscale: #373737. Windows color (decimal): -14601083 or 8729633. OLE color: 8729633.

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

Color convert

RGB 33 52 133 -
CMYK 0.75 0.61 0 0.48
HSL 228.6º 0.6% 0.33% -
HSV(B) 228.6º 0.75% 0.52% -
XYZ 6.09 4.47 22.73 -
YUV 55.55 171.71 111.91 -
System Red Green Blue C M Y K H S L
Decimal 33 52 133 0.75 0.61 0 0.48 228.6 0.6 0.33
Hex 21 34 85 4B 3D 0 30 E5 3C 21
Octal 41 64 205 113 75 0 60 345 74 41
Binary 100001 110100 10000101 1001011 111101 0 110000 11100101 111100 100001

Color Harmonies of #213485

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #213485

Black with #213485

Text Example


Text Example

White with #213485

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #213485; }

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

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

background-color css

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

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

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

border-color css

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

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

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