Html Css Color HEX #213288 Resolution Blue

📋 copy color: '#213288'

red 33 ◦ green 50 ◦ blue 136

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

Shades of Resolution Blue #213288

Tints of Resolution Blue #213288

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 62.1%

R = 15.07%
G = 22.83%
B = 62.1%

CMYK

 C value IS 0.76

 M value IS 0.63

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#213288 (or 0x213288) is known color: Resolution Blue. HEX triplet: 21, 32 and 88. RGB value is (33,50,136). Sum of RGB (Red+Green+Blue) = 33+50+136=219 (29% of max value = 765). Red value is 33 (13.28% from 255 or 15.07% from 219); Green value is 50 (19.92% from 255 or 22.83% from 219); Blue value is 136 (53.52% from 255 or 62.10% from 219); Max value from RGB is 136 - color contains mainly: blue. Hex color #213288 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #213288 is #DECD77. Grayscale: #363636. Windows color (decimal): -14601592 or 8925729. OLE color: 8925729.

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

Color convert

RGB 33 50 136 -
CMYK 0.76 0.63 0 0.47
HSL 230.1º 0.61% 0.33% -
HSV(B) 230.1º 0.76% 0.53% -
XYZ 6.21 4.38 23.81 -
YUV 54.72 173.87 112.51 -
System Red Green Blue C M Y K H S L
Decimal 33 50 136 0.76 0.63 0 0.47 230.1 0.61 0.33
Hex 21 32 88 4C 3F 0 2F E6 3D 21
Octal 41 62 210 114 77 0 57 346 75 41
Binary 100001 110010 10001000 1001100 111111 0 101111 11100110 111101 100001

Color Harmonies of #213288

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #213288

Black with #213288

Text Example


Text Example

White with #213288

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #213288; }

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

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

background-color css

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

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

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

border-color css

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

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

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