Html Css Color HEX #3271DD Royal Blue

📋 copy color: '#3271DD'

red 50 ◦ green 113 ◦ blue 221

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

Shades of Royal Blue #3271DD

Tints of Royal Blue #3271DD

RGB

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

 GREEN value IS 113 (44.53% from 255) = 29.43%

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

R = 13.02%
G = 29.43%
B = 57.55%

CMYK

 C value IS 0.77

 M value IS 0.49

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#3271DD (or 0x3271DD) is known color: Royal Blue. HEX triplet: 32, 71 and DD. RGB value is (50,113,221). Sum of RGB (Red+Green+Blue) = 50+113+221=384 (50% of max value = 765). Red value is 50 (19.92% from 255 or 13.02% from 384); Green value is 113 (44.53% from 255 or 29.43% from 384); Blue value is 221 (86.72% from 255 or 57.55% from 384); Max value from RGB is 221 - color contains mainly: blue. Hex color #3271DD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3271DD is #CD8E22. Grayscale: #696969. Windows color (decimal): -13471267 or 14512434. OLE color: 14512434.

HSL color Cylindrical-coordinate representation of color #3271DD: hue angle of 217.89º 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 #3271DD is Cyan = 0.77, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 50 113 221 -
CMYK 0.77 0.49 0 0.13
HSL 217.89º 0.72% 0.53% -
HSV(B) 217.89º 0.77% 0.87% -
XYZ 20.27 17.71 70.76 -
YUV 106.48 192.63 87.72 -
System Red Green Blue C M Y K H S L
Decimal 50 113 221 0.77 0.49 0 0.13 217.89 0.72 0.53
Hex 32 71 DD 4D 31 0 D DA 48 35
Octal 62 161 335 115 61 0 15 332 110 65
Binary 110010 1110001 11011101 1001101 110001 0 1101 11011010 1001000 110101

Color Harmonies of #3271DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3271DD

Black with #3271DD

Text Example


Text Example

White with #3271DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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