Html Css Color HEX #3478D6 Royal Blue

📋 copy color: '#3478D6'

red 52 ◦ green 120 ◦ blue 214

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

Shades of Royal Blue #3478D6

Tints of Royal Blue #3478D6

RGB

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

 GREEN value IS 120 (47.27% from 255) = 31.09%

 BLUE value IS 214 (83.98% from 255) = 55.44%

R = 13.47%
G = 31.09%
B = 55.44%

CMYK

 C value IS 0.76

 M value IS 0.44

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#3478D6 (or 0x3478D6) is known color: Royal Blue. HEX triplet: 34, 78 and D6. RGB value is (52,120,214). Sum of RGB (Red+Green+Blue) = 52+120+214=386 (51% of max value = 765). Red value is 52 (20.70% from 255 or 13.47% from 386); Green value is 120 (47.27% from 255 or 31.09% from 386); Blue value is 214 (83.98% from 255 or 55.44% from 386); Max value from RGB is 214 - color contains mainly: blue. Hex color #3478D6 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3478D6 is #CB8729. Grayscale: #6D6D6D. Windows color (decimal): -13338410 or 14055476. OLE color: 14055476.

HSL color Cylindrical-coordinate representation of color #3478D6: hue angle of 214.81º degrees, saturation: 0.66, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3478D6 is Cyan = 0.76, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 52 120 214 -
CMYK 0.76 0.44 0 0.16
HSL 214.81º 0.66% 0.52% -
HSV(B) 214.81º 0.76% 0.84% -
XYZ 20.27 19.02 66.22 -
YUV 110.38 186.47 86.36 -
System Red Green Blue C M Y K H S L
Decimal 52 120 214 0.76 0.44 0 0.16 214.81 0.66 0.52
Hex 34 78 D6 4C 2C 0 10 D7 42 34
Octal 64 170 326 114 54 0 20 327 102 64
Binary 110100 1111000 11010110 1001100 101100 0 10000 11010111 1000010 110100

Color Harmonies of #3478D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3478D6

Black with #3478D6

Text Example


Text Example

White with #3478D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3478D6; }

 p { color: rgb(52,120,214); }

 H1.HeaderClassName
 {
   color: #3478D6;
 }
 .AnyTagClassName
 {
   color: #3478D6;
 }
</style>

background-color css

<style>
 a { background-color: #3478D6; }

 a { background-color: rgb(52,120,214); }

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

border-color css

<style>
 span { border-color: #3478D6; }

 span { border-color: rgb(52,120,214); }

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