Html Css Color HEX #3276FA Royal Blue

📋 copy color: '#3276FA'

red 50 ◦ green 118 ◦ blue 250

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

Shades of Royal Blue #3276FA

Tints of Royal Blue #3276FA

RGB

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

 GREEN value IS 118 (46.48% from 255) = 28.23%

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

R = 11.96%
G = 28.23%
B = 59.81%

CMYK

 C value IS 0.8

 M value IS 0.53

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#3276FA (or 0x3276FA) is known color: Royal Blue. HEX triplet: 32, 76 and FA. RGB value is (50,118,250). Sum of RGB (Red+Green+Blue) = 50+118+250=418 (55% of max value = 765). Red value is 50 (19.92% from 255 or 11.96% from 418); Green value is 118 (46.48% from 255 or 28.23% from 418); Blue value is 250 (98.05% from 255 or 59.81% from 418); Max value from RGB is 250 - color contains mainly: blue. Hex color #3276FA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3276FA is #CD8905. Grayscale: #707070. Windows color (decimal): -13469958 or 16414258. OLE color: 16414258.

HSL color Cylindrical-coordinate representation of color #3276FA: hue angle of 219.6º 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 #3276FA is Cyan = 0.8, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 50 118 250 -
CMYK 0.8 0.53 0 0.02
HSL 219.6º 0.95% 0.59% -
HSV(B) 219.6º 0.8% 0.98% -
XYZ 25.05 20.54 93.09 -
YUV 112.72 205.47 83.27 -
System Red Green Blue C M Y K H S L
Decimal 50 118 250 0.8 0.53 0 0.02 219.6 0.95 0.59
Hex 32 76 FA 50 35 0 2 DC 5F 3B
Octal 62 166 372 120 65 0 2 334 137 73
Binary 110010 1110110 11111010 1010000 110101 0 10 11011100 1011111 111011

Color Harmonies of #3276FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3276FA

Black with #3276FA

Text Example


Text Example

White with #3276FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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