Html Css Color HEX #3273DD Royal Blue

📋 copy color: '#3273DD'

red 50 ◦ green 115 ◦ blue 221

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

Shades of Royal Blue #3273DD

Tints of Royal Blue #3273DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 57.25%

R = 12.95%
G = 29.79%
B = 57.25%

CMYK

 C value IS 0.77

 M value IS 0.48

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#3273DD (or 0x3273DD) is known color: Royal Blue. HEX triplet: 32, 73 and DD. RGB value is (50,115,221). Sum of RGB (Red+Green+Blue) = 50+115+221=386 (51% of max value = 765). Red value is 50 (19.92% from 255 or 12.95% from 386); Green value is 115 (45.31% from 255 or 29.79% from 386); Blue value is 221 (86.72% from 255 or 57.25% from 386); Max value from RGB is 221 - color contains mainly: blue. Hex color #3273DD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3273DD is #CD8C22. Grayscale: #6B6B6B. Windows color (decimal): -13470755 or 14512946. OLE color: 14512946.

HSL color Cylindrical-coordinate representation of color #3273DD: hue angle of 217.19º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3273DD is Cyan = 0.77, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 50 115 221 -
CMYK 0.77 0.48 0 0.13
HSL 217.19º 0.72% 0.53% -
HSV(B) 217.19º 0.77% 0.87% -
XYZ 20.5 18.16 70.83 -
YUV 107.65 191.97 86.88 -
System Red Green Blue C M Y K H S L
Decimal 50 115 221 0.77 0.48 0 0.13 217.19 0.72 0.53
Hex 32 73 DD 4D 30 0 D D9 48 35
Octal 62 163 335 115 60 0 15 331 110 65
Binary 110010 1110011 11011101 1001101 110000 0 1101 11011001 1001000 110101

Color Harmonies of #3273DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3273DD

Black with #3273DD

Text Example


Text Example

White with #3273DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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