Html Css Color HEX #3271FA Royal Blue

📋 copy color: '#3271FA'

red 50 ◦ green 113 ◦ blue 250

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

Shades of Royal Blue #3271FA

Tints of Royal Blue #3271FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 60.53%

R = 12.11%
G = 27.36%
B = 60.53%

CMYK

 C value IS 0.8

 M value IS 0.55

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#3271FA (or 0x3271FA) is known color: Royal Blue. HEX triplet: 32, 71 and FA. RGB value is (50,113,250). Sum of RGB (Red+Green+Blue) = 50+113+250=413 (54% of max value = 765). Red value is 50 (19.92% from 255 or 12.11% from 413); Green value is 113 (44.53% from 255 or 27.36% from 413); Blue value is 250 (98.05% from 255 or 60.53% from 413); Max value from RGB is 250 - color contains mainly: blue. Hex color #3271FA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3271FA is #CD8E05. Grayscale: #6D6D6D. Windows color (decimal): -13471238 or 16412978. OLE color: 16412978.

HSL color Cylindrical-coordinate representation of color #3271FA: hue angle of 221.1º degrees, saturation: 0.95, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #3271FA is Cyan = 0.8, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 50 113 250 -
CMYK 0.8 0.55 0 0.02
HSL 221.1º 0.95% 0.59% -
HSV(B) 221.1º 0.8% 0.98% -
XYZ 24.48 19.39 92.9 -
YUV 109.78 207.13 85.36 -
System Red Green Blue C M Y K H S L
Decimal 50 113 250 0.8 0.55 0 0.02 221.1 0.95 0.59
Hex 32 71 FA 50 37 0 2 DD 5F 3B
Octal 62 161 372 120 67 0 2 335 137 73
Binary 110010 1110001 11111010 1010000 110111 0 10 11011101 1011111 111011

Color Harmonies of #3271FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3271FA

Black with #3271FA

Text Example


Text Example

White with #3271FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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