Html Css Color HEX #3472FA Royal Blue

📋 copy color: '#3472FA'

red 52 ◦ green 114 ◦ blue 250

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

Shades of Royal Blue #3472FA

Tints of Royal Blue #3472FA

RGB

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

 GREEN value IS 114 (44.92% from 255) = 27.4%

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

R = 12.5%
G = 27.4%
B = 60.1%

CMYK

 C value IS 0.79

 M value IS 0.54

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#3472FA (or 0x3472FA) is known color: Royal Blue. HEX triplet: 34, 72 and FA. RGB value is (52,114,250). Sum of RGB (Red+Green+Blue) = 52+114+250=416 (55% of max value = 765). Red value is 52 (20.70% from 255 or 12.5% from 416); Green value is 114 (44.92% from 255 or 27.40% from 416); Blue value is 250 (98.05% from 255 or 60.10% from 416); Max value from RGB is 250 - color contains mainly: blue. Hex color #3472FA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3472FA is #CB8D05. Grayscale: #6E6E6E. Windows color (decimal): -13339910 or 16413236. OLE color: 16413236.

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

Color convert

RGB 52 114 250 -
CMYK 0.79 0.54 0 0.02
HSL 221.21º 0.95% 0.59% -
HSV(B) 221.21º 0.79% 0.98% -
XYZ 24.69 19.67 92.94 -
YUV 110.97 206.46 85.94 -
System Red Green Blue C M Y K H S L
Decimal 52 114 250 0.79 0.54 0 0.02 221.21 0.95 0.59
Hex 34 72 FA 4F 36 0 2 DD 5F 3B
Octal 64 162 372 117 66 0 2 335 137 73
Binary 110100 1110010 11111010 1001111 110110 0 10 11011101 1011111 111011

Color Harmonies of #3472FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3472FA

Black with #3472FA

Text Example


Text Example

White with #3472FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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