Html Css Color HEX #3273DC Royal Blue

📋 copy color: '#3273DC'

red 50 ◦ green 115 ◦ blue 220

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

Shades of Royal Blue #3273DC

Tints of Royal Blue #3273DC

RGB

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

 GREEN value IS 115 (45.31% from 255) = 29.87%

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

R = 12.99%
G = 29.87%
B = 57.14%

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

#3273DC (or 0x3273DC) is known color: Royal Blue. HEX triplet: 32, 73 and DC. RGB value is (50,115,220). Sum of RGB (Red+Green+Blue) = 50+115+220=385 (50% of max value = 765). Red value is 50 (19.92% from 255 or 12.99% from 385); Green value is 115 (45.31% from 255 or 29.87% from 385); Blue value is 220 (86.33% from 255 or 57.14% from 385); Max value from RGB is 220 - color contains mainly: blue. Hex color #3273DC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3273DC is #CD8C23. Grayscale: #6B6B6B. Windows color (decimal): -13470756 or 14447410. OLE color: 14447410.

HSL color Cylindrical-coordinate representation of color #3273DC: hue angle of 217.06º 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 #3273DC is Cyan = 0.77, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 50 115 220 -
CMYK 0.77 0.48 0 0.14
HSL 217.06º 0.71% 0.53% -
HSV(B) 217.06º 0.77% 0.86% -
XYZ 20.36 18.11 70.13 -
YUV 107.54 191.47 86.96 -
System Red Green Blue C M Y K H S L
Decimal 50 115 220 0.77 0.48 0 0.14 217.06 0.71 0.53
Hex 32 73 DC 4D 30 0 E D9 47 35
Octal 62 163 334 115 60 0 16 331 107 65
Binary 110010 1110011 11011100 1001101 110000 0 1110 11011001 1000111 110101

Color Harmonies of #3273DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3273DC

Black with #3273DC

Text Example


Text Example

White with #3273DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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