#3474E3

Color #3474E3 Royal Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Royal Blue #3474E3

Tints of Royal Blue #3474E3

Color information

#3474E3 (or 0x3474E3) is unknown color: approx Royal Blue. HEX triplet: 34, 74 and E3. RGB value is (52,116,227). Sum of RGB (Red+Green+Blue) = 52+116+227=395 (52% of max value = 765). Red value is 52 (20.70% from 255 or 13.16% from 395); Green value is 116 (45.70% from 255 or 29.37% from 395); Blue value is 227 (89.06% from 255 or 57.47% from 395); Max value from RGB is 227 - color contains mainly: blue. Hex color #3474E3 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3474E3 is #CB8B1C. Grayscale: #6D6D6D. Windows color (decimal): -13339421 or 14906420. OLE color: 14906420.

HSL color Cylindrical-coordinate representation of color #3474E3: hue angle of 218.06º degrees, saturation: 0.76, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3474E3 is Cyan = 0.77, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB52116227-
CMYK0.770.4900.11
HSL218.06º75.76%54.71%-
HSV(B)218.06º77.09%89.02%-
XYZ21.5318.7775.16-
YUV109.52194.386.97-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 13.16%
GREEN value IS 116 (45.70% from 255) = 29.37%
BLUE value IS 227 (89.06% from 255) = 57.47%
R=13.16%
G=29.37%
B=57.47%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal521162270.770.4900.11218.0675.7654.71
Hex3474E34D310Bda4c37
Octal641643431156101333211467
Binary110100111010011100011100110111000101011110110101001100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3474E3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #3474E3;
 }
 .AnyTagClassName
 {
   color: #3474E3;
 }
</style>
background-color css

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

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

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

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

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

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