Html Css Color HEX #213589 Resolution Blue

📋 copy color: '#213589'

red 33 ◦ green 53 ◦ blue 137

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

Shades of Resolution Blue #213589

Tints of Resolution Blue #213589

RGB

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

 GREEN value IS 53 (21.09% from 255) = 23.77%

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

R = 14.8%
G = 23.77%
B = 61.43%

CMYK

 C value IS 0.76

 M value IS 0.61

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#213589 (or 0x213589) is known color: Resolution Blue. HEX triplet: 21, 35 and 89. RGB value is (33,53,137). Sum of RGB (Red+Green+Blue) = 33+53+137=223 (29% of max value = 765). Red value is 33 (13.28% from 255 or 14.80% from 223); Green value is 53 (21.09% from 255 or 23.77% from 223); Blue value is 137 (53.91% from 255 or 61.43% from 223); Max value from RGB is 137 - color contains mainly: blue. Hex color #213589 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #213589 is #DECA76. Grayscale: #383838. Windows color (decimal): -14600823 or 8992033. OLE color: 8992033.

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

Color convert

RGB 33 53 137 -
CMYK 0.76 0.61 0 0.46
HSL 228.46º 0.61% 0.33% -
HSV(B) 228.46º 0.76% 0.54% -
XYZ 6.42 4.68 24.23 -
YUV 56.6 173.37 111.17 -
System Red Green Blue C M Y K H S L
Decimal 33 53 137 0.76 0.61 0 0.46 228.46 0.61 0.33
Hex 21 35 89 4C 3D 0 2E E4 3D 21
Octal 41 65 211 114 75 0 56 344 75 41
Binary 100001 110101 10001001 1001100 111101 0 101110 11100100 111101 100001

Color Harmonies of #213589

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #213589

Black with #213589

Text Example


Text Example

White with #213589

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #213589; }

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

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

background-color css

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

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

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

border-color css

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

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

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