Html Css Color HEX #3476FA Royal Blue

📋 copy color: '#3476FA'

red 52 ◦ green 118 ◦ blue 250

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

Shades of Royal Blue #3476FA

Tints of Royal Blue #3476FA

RGB

 RED value IS 52 (20.7% from 255) = 12.38%

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

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

R = 12.38%
G = 28.1%
B = 59.52%

CMYK

 C value IS 0.79

 M value IS 0.53

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#3476FA (or 0x3476FA) is known color: Royal Blue. HEX triplet: 34, 76 and FA. RGB value is (52,118,250). Sum of RGB (Red+Green+Blue) = 52+118+250=420 (55% of max value = 765). Red value is 52 (20.70% from 255 or 12.38% from 420); Green value is 118 (46.48% from 255 or 28.10% from 420); Blue value is 250 (98.05% from 255 or 59.52% from 420); Max value from RGB is 250 - color contains mainly: blue. Hex color #3476FA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3476FA is #CB8905. Grayscale: #707070. Windows color (decimal): -13338886 or 16414260. OLE color: 16414260.

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

Color convert

RGB 52 118 250 -
CMYK 0.79 0.53 0 0.02
HSL 220º 0.95% 0.59% -
HSV(B) 220º 0.79% 0.98% -
XYZ 25.15 20.59 93.09 -
YUV 113.31 205.13 84.27 -
System Red Green Blue C M Y K H S L
Decimal 52 118 250 0.79 0.53 0 0.02 220 0.95 0.59
Hex 34 76 FA 4F 35 0 2 DC 5F 3B
Octal 64 166 372 117 65 0 2 334 137 73
Binary 110100 1110110 11111010 1001111 110101 0 10 11011100 1011111 111011

Color Harmonies of #3476FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3476FA

Black with #3476FA

Text Example


Text Example

White with #3476FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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