Html Css Color HEX #3474FF Royal Blue

📋 copy color: '#3474FF'

red 52 ◦ green 116 ◦ blue 255

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

Shades of Royal Blue #3474FF

Tints of Royal Blue #3474FF

RGB

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

 GREEN value IS 116 (45.7% from 255) = 27.42%

 BLUE value IS 255 (100% from 255) = 60.28%

R = 12.29%
G = 27.42%
B = 60.28%

CMYK

 C value IS 0.80

 M value IS 0.55

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#3474FF (or 0x3474FF) is known color: Royal Blue. HEX triplet: 34, 74 and FF. RGB value is (52,116,255). Sum of RGB (Red+Green+Blue) = 52+116+255=423 (56% of max value = 765). Red value is 52 (20.70% from 255 or 12.29% from 423); Green value is 116 (45.70% from 255 or 27.42% from 423); Blue value is 255 (100% from 255 or 60.28% from 423); Max value from RGB is 255 - color contains mainly: blue. Hex color #3474FF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3474FF is #CB8B00. Grayscale: #707070. Windows color (decimal): -13339393 or 16741428. OLE color: 16741428.

HSL color Cylindrical-coordinate representation of color #3474FF: hue angle of 221.08º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #3474FF is Cyan = 0.80, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 52 116 255 -
CMYK 0.80 0.55 0 0
HSL 221.08º 1% 0.6% -
HSV(B) 221.08º 0.8% 1% -
XYZ 25.71 20.44 97.2 -
YUV 112.71 208.3 84.7 -
System Red Green Blue C M Y K H S L
Decimal 52 116 255 0.80 0.55 0 0 221.08 1 0.6
Hex 34 74 FF 50 37 0 0 DD 64 3C
Octal 64 164 377 120 67 0 0 335 144 74
Binary 110100 1110100 11111111 1010000 110111 0 0 11011101 1100100 111100

Color Harmonies of #3474FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3474FF

Black with #3474FF

Text Example


Text Example

White with #3474FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3474FF; }

 p { color: rgb(52,116,255); }

 H1.HeaderClassName
 {
   color: #3474FF;
 }
 .AnyTagClassName
 {
   color: #3474FF;
 }
</style>

background-color css

<style>
 a { background-color: #3474FF; }

 a { background-color: rgb(52,116,255); }

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

border-color css

<style>
 span { border-color: #3474FF; }

 span { border-color: rgb(52,116,255); }

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