Html Css Color HEX #213289 Resolution Blue

📋 copy color: '#213289'

red 33 ◦ green 50 ◦ blue 137

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

Shades of Resolution Blue #213289

Tints of Resolution Blue #213289

RGB

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

 GREEN value IS 50 (19.92% from 255) = 22.73%

 BLUE value IS 137 (53.91% from 255) = 62.27%

R = 15%
G = 22.73%
B = 62.27%

CMYK

 C value IS 0.76

 M value IS 0.64

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#213289 (or 0x213289) is known color: Resolution Blue. HEX triplet: 21, 32 and 89. RGB value is (33,50,137). Sum of RGB (Red+Green+Blue) = 33+50+137=220 (29% of max value = 765). Red value is 33 (13.28% from 255 or 15% from 220); Green value is 50 (19.92% from 255 or 22.73% from 220); Blue value is 137 (53.91% from 255 or 62.27% from 220); Max value from RGB is 137 - color contains mainly: blue. Hex color #213289 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #213289 is #DECD76. Grayscale: #363636. Windows color (decimal): -14601591 or 8991265. OLE color: 8991265.

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

Color convert

RGB 33 50 137 -
CMYK 0.76 0.64 0 0.46
HSL 230.19º 0.61% 0.33% -
HSV(B) 230.19º 0.76% 0.54% -
XYZ 6.28 4.41 24.19 -
YUV 54.84 174.37 112.43 -
System Red Green Blue C M Y K H S L
Decimal 33 50 137 0.76 0.64 0 0.46 230.19 0.61 0.33
Hex 21 32 89 4C 40 0 2E E6 3D 21
Octal 41 62 211 114 100 0 56 346 75 41
Binary 100001 110010 10001001 1001100 1000000 0 101110 11100110 111101 100001

Color Harmonies of #213289

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #213289

Black with #213289

Text Example


Text Example

White with #213289

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #213289; }

 p { color: rgb(33,50,137); }

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

background-color css

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

 a { background-color: rgb(33,50,137); }

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

border-color css

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

 span { border-color: rgb(33,50,137); }

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