Html Css Color HEX #213089 Resolution Blue

📋 copy color: '#213089'

red 33 ◦ green 48 ◦ blue 137

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

Shades of Resolution Blue #213089

Tints of Resolution Blue #213089

RGB

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

 GREEN value IS 48 (19.14% from 255) = 22.02%

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

R = 15.14%
G = 22.02%
B = 62.84%

CMYK

 C value IS 0.76

 M value IS 0.65

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#213089 (or 0x213089) is known color: Resolution Blue. HEX triplet: 21, 30 and 89. RGB value is (33,48,137). Sum of RGB (Red+Green+Blue) = 33+48+137=218 (28% of max value = 765). Red value is 33 (13.28% from 255 or 15.14% from 218); Green value is 48 (19.14% from 255 or 22.02% from 218); Blue value is 137 (53.91% from 255 or 62.84% from 218); Max value from RGB is 137 - color contains mainly: blue. Hex color #213089 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #213089 is #DECF76. Grayscale: #353535. Windows color (decimal): -14602103 or 8990753. OLE color: 8990753.

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

Color convert

RGB 33 48 137 -
CMYK 0.76 0.65 0 0.46
HSL 231.35º 0.61% 0.33% -
HSV(B) 231.35º 0.76% 0.54% -
XYZ 6.2 4.24 24.16 -
YUV 53.66 175.03 113.26 -
System Red Green Blue C M Y K H S L
Decimal 33 48 137 0.76 0.65 0 0.46 231.35 0.61 0.33
Hex 21 30 89 4C 41 0 2E E7 3D 21
Octal 41 60 211 114 101 0 56 347 75 41
Binary 100001 110000 10001001 1001100 1000001 0 101110 11100111 111101 100001

Color Harmonies of #213089

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #213089

Black with #213089

Text Example


Text Example

White with #213089

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #213089; }

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

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

background-color css

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

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

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

border-color css

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

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

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