Html Css Color HEX #213385 Resolution Blue

📋 copy color: '#213385'

red 33 ◦ green 51 ◦ blue 133

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

Shades of Resolution Blue #213385

Tints of Resolution Blue #213385

RGB

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

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

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

R = 15.21%
G = 23.5%
B = 61.29%

CMYK

 C value IS 0.75

 M value IS 0.62

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#213385 (or 0x213385) is known color: Resolution Blue. HEX triplet: 21, 33 and 85. RGB value is (33,51,133). Sum of RGB (Red+Green+Blue) = 33+51+133=217 (28% of max value = 765). Red value is 33 (13.28% from 255 or 15.21% from 217); Green value is 51 (20.31% from 255 or 23.50% from 217); Blue value is 133 (52.34% from 255 or 61.29% from 217); Max value from RGB is 133 - color contains mainly: blue. Hex color #213385 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #213385 is #DECC7A. Grayscale: #363636. Windows color (decimal): -14601339 or 8729377. OLE color: 8729377.

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

Color convert

RGB 33 51 133 -
CMYK 0.75 0.62 0 0.48
HSL 229.2º 0.6% 0.33% -
HSV(B) 229.2º 0.75% 0.52% -
XYZ 6.04 4.38 22.72 -
YUV 54.97 172.04 112.33 -
System Red Green Blue C M Y K H S L
Decimal 33 51 133 0.75 0.62 0 0.48 229.2 0.6 0.33
Hex 21 33 85 4B 3E 0 30 E5 3C 21
Octal 41 63 205 113 76 0 60 345 74 41
Binary 100001 110011 10000101 1001011 111110 0 110000 11100101 111100 100001

Color Harmonies of #213385

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #213385

Black with #213385

Text Example


Text Example

White with #213385

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #213385; }

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

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

background-color css

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

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

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

border-color css

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

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

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