Html Css Color HEX #3272DC Royal Blue

📋 copy color: '#3272DC'

red 50 ◦ green 114 ◦ blue 220

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

Shades of Royal Blue #3272DC

Tints of Royal Blue #3272DC

RGB

 RED value IS 50 (19.92% from 255) = 13.02%

 GREEN value IS 114 (44.92% from 255) = 29.69%

 BLUE value IS 220 (86.33% from 255) = 57.29%

R = 13.02%
G = 29.69%
B = 57.29%

CMYK

 C value IS 0.77

 M value IS 0.48

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#3272DC (or 0x3272DC) is known color: Royal Blue. HEX triplet: 32, 72 and DC. RGB value is (50,114,220). Sum of RGB (Red+Green+Blue) = 50+114+220=384 (50% of max value = 765). Red value is 50 (19.92% from 255 or 13.02% from 384); Green value is 114 (44.92% from 255 or 29.69% from 384); Blue value is 220 (86.33% from 255 or 57.29% from 384); Max value from RGB is 220 - color contains mainly: blue. Hex color #3272DC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3272DC is #CD8D23. Grayscale: #6A6A6A. Windows color (decimal): -13471012 or 14447154. OLE color: 14447154.

HSL color Cylindrical-coordinate representation of color #3272DC: hue angle of 217.41º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3272DC is Cyan = 0.77, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 50 114 220 -
CMYK 0.77 0.48 0 0.14
HSL 217.41º 0.71% 0.53% -
HSV(B) 217.41º 0.77% 0.86% -
XYZ 20.25 17.88 70.09 -
YUV 106.95 191.8 87.38 -
System Red Green Blue C M Y K H S L
Decimal 50 114 220 0.77 0.48 0 0.14 217.41 0.71 0.53
Hex 32 72 DC 4D 30 0 E D9 47 35
Octal 62 162 334 115 60 0 16 331 107 65
Binary 110010 1110010 11011100 1001101 110000 0 1110 11011001 1000111 110101

Color Harmonies of #3272DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3272DC

Black with #3272DC

Text Example


Text Example

White with #3272DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3272DC; }

 p { color: rgb(50,114,220); }

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

background-color css

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

 a { background-color: rgb(50,114,220); }

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

border-color css

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

 span { border-color: rgb(50,114,220); }

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