Html Css Color HEX #213785 Resolution Blue

📋 copy color: '#213785'

red 33 ◦ green 55 ◦ blue 133

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

Shades of Resolution Blue #213785

Tints of Resolution Blue #213785

RGB

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

 GREEN value IS 55 (21.88% from 255) = 24.89%

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

R = 14.93%
G = 24.89%
B = 60.18%

CMYK

 C value IS 0.75

 M value IS 0.59

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#213785 (or 0x213785) is known color: Resolution Blue. HEX triplet: 21, 37 and 85. RGB value is (33,55,133). Sum of RGB (Red+Green+Blue) = 33+55+133=221 (29% of max value = 765). Red value is 33 (13.28% from 255 or 14.93% from 221); Green value is 55 (21.88% from 255 or 24.89% from 221); Blue value is 133 (52.34% from 255 or 60.18% from 221); Max value from RGB is 133 - color contains mainly: blue. Hex color #213785 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #213785 is #DEC87A. Grayscale: #383838. Windows color (decimal): -14600315 or 8730401. OLE color: 8730401.

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

Color convert

RGB 33 55 133 -
CMYK 0.75 0.59 0 0.48
HSL 226.8º 0.6% 0.33% -
HSV(B) 226.8º 0.75% 0.52% -
XYZ 6.23 4.75 22.78 -
YUV 57.31 170.71 110.66 -
System Red Green Blue C M Y K H S L
Decimal 33 55 133 0.75 0.59 0 0.48 226.8 0.6 0.33
Hex 21 37 85 4B 3B 0 30 E3 3C 21
Octal 41 67 205 113 73 0 60 343 74 41
Binary 100001 110111 10000101 1001011 111011 0 110000 11100011 111100 100001

Color Harmonies of #213785

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #213785

Black with #213785

Text Example


Text Example

White with #213785

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #213785; }

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

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

background-color css

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

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

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

border-color css

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

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

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