Html Css Color HEX #21328C Resolution Blue

📋 copy color: '#21328C'

red 33 ◦ green 50 ◦ blue 140

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

Shades of Resolution Blue #21328C

Tints of Resolution Blue #21328C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 62.78%

R = 14.8%
G = 22.42%
B = 62.78%

CMYK

 C value IS 0.76

 M value IS 0.64

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#21328C (or 0x21328C) is known color: Resolution Blue. HEX triplet: 21, 32 and 8C. RGB value is (33,50,140). Sum of RGB (Red+Green+Blue) = 33+50+140=223 (29% of max value = 765). Red value is 33 (13.28% from 255 or 14.80% from 223); Green value is 50 (19.92% from 255 or 22.42% from 223); Blue value is 140 (55.08% from 255 or 62.78% from 223); Max value from RGB is 140 - color contains mainly: blue. Hex color #21328C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #21328C is #DECD73. Grayscale: #363636. Windows color (decimal): -14601588 or 9187873. OLE color: 9187873.

HSL color Cylindrical-coordinate representation of color #21328C: hue angle of 230.47º degrees, saturation: 0.62, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #21328C is Cyan = 0.76, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 33 50 140 -
CMYK 0.76 0.64 0 0.45
HSL 230.47º 0.62% 0.34% -
HSV(B) 230.47º 0.76% 0.55% -
XYZ 6.5 4.5 25.34 -
YUV 55.18 175.87 112.18 -
System Red Green Blue C M Y K H S L
Decimal 33 50 140 0.76 0.64 0 0.45 230.47 0.62 0.34
Hex 21 32 8C 4C 40 0 2D E6 3E 22
Octal 41 62 214 114 100 0 55 346 76 42
Binary 100001 110010 10001100 1001100 1000000 0 101101 11100110 111110 100010

Color Harmonies of #21328C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21328C

Black with #21328C

Text Example


Text Example

White with #21328C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #21328C; }

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

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

background-color css

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

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

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

border-color css

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

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

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