Html Css Color HEX #213786 Resolution Blue

📋 copy color: '#213786'

red 33 ◦ green 55 ◦ blue 134

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

Shades of Resolution Blue #213786

Tints of Resolution Blue #213786

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 60.36%

R = 14.86%
G = 24.77%
B = 60.36%

CMYK

 C value IS 0.75

 M value IS 0.59

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#213786 (or 0x213786) is known color: Resolution Blue. HEX triplet: 21, 37 and 86. RGB value is (33,55,134). Sum of RGB (Red+Green+Blue) = 33+55+134=222 (29% of max value = 765). Red value is 33 (13.28% from 255 or 14.86% from 222); Green value is 55 (21.88% from 255 or 24.77% from 222); Blue value is 134 (52.73% from 255 or 60.36% from 222); Max value from RGB is 134 - color contains mainly: blue. Hex color #213786 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #213786 is #DEC879. Grayscale: #393939. Windows color (decimal): -14600314 or 8795937. OLE color: 8795937.

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

Color convert

RGB 33 55 134 -
CMYK 0.75 0.59 0 0.47
HSL 226.93º 0.6% 0.33% -
HSV(B) 226.93º 0.75% 0.53% -
XYZ 6.3 4.78 23.14 -
YUV 57.43 171.21 110.58 -
System Red Green Blue C M Y K H S L
Decimal 33 55 134 0.75 0.59 0 0.47 226.93 0.6 0.33
Hex 21 37 86 4B 3B 0 2F E3 3C 21
Octal 41 67 206 113 73 0 57 343 74 41
Binary 100001 110111 10000110 1001011 111011 0 101111 11100011 111100 100001

Color Harmonies of #213786

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #213786

Black with #213786

Text Example


Text Example

White with #213786

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #213786; }

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

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

background-color css

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

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

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

border-color css

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

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

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