Html Css Color HEX #3475F9 Royal Blue

📋 copy color: '#3475F9'

red 52 ◦ green 117 ◦ blue 249

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

Shades of Royal Blue #3475F9

Tints of Royal Blue #3475F9

RGB

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

 GREEN value IS 117 (46.09% from 255) = 27.99%

 BLUE value IS 249 (97.66% from 255) = 59.57%

R = 12.44%
G = 27.99%
B = 59.57%

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

#3475F9 (or 0x3475F9) is known color: Royal Blue. HEX triplet: 34, 75 and F9. RGB value is (52,117,249). Sum of RGB (Red+Green+Blue) = 52+117+249=418 (55% of max value = 765). Red value is 52 (20.70% from 255 or 12.44% from 418); Green value is 117 (46.09% from 255 or 27.99% from 418); Blue value is 249 (97.66% from 255 or 59.57% from 418); Max value from RGB is 249 - color contains mainly: blue. Hex color #3475F9 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3475F9 is #CB8A06. Grayscale: #707070. Windows color (decimal): -13339143 or 16348468. OLE color: 16348468.

HSL color Cylindrical-coordinate representation of color #3475F9: hue angle of 220.2º degrees, saturation: 0.94, 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 #3475F9 is Cyan = 0.79, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 52 117 249 -
CMYK 0.79 0.53 0 0.02
HSL 220.2º 0.94% 0.59% -
HSV(B) 220.2º 0.79% 0.98% -
XYZ 24.88 20.29 92.23 -
YUV 112.61 204.97 84.77 -
System Red Green Blue C M Y K H S L
Decimal 52 117 249 0.79 0.53 0 0.02 220.2 0.94 0.59
Hex 34 75 F9 4F 35 0 2 DC 5E 3B
Octal 64 165 371 117 65 0 2 334 136 73
Binary 110100 1110101 11111001 1001111 110101 0 10 11011100 1011110 111011

Color Harmonies of #3475F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3475F9

Black with #3475F9

Text Example


Text Example

White with #3475F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3475F9; }

 p { color: rgb(52,117,249); }

 H1.HeaderClassName
 {
   color: #3475F9;
 }
 .AnyTagClassName
 {
   color: #3475F9;
 }
</style>

background-color css

<style>
 a { background-color: #3475F9; }

 a { background-color: rgb(52,117,249); }

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

border-color css

<style>
 span { border-color: #3475F9; }

 span { border-color: rgb(52,117,249); }

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