#3674DA

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

Shades of Royal Blue #3674DA

Tints of Royal Blue #3674DA

Color information

#3674DA (or 0x3674DA) is unknown color: approx Royal Blue. HEX triplet: 36, 74 and DA. RGB value is (54,116,218). Sum of RGB (Red+Green+Blue) = 54+116+218=388 (51% of max value = 765). Red value is 54 (21.48% from 255 or 13.92% from 388); Green value is 116 (45.70% from 255 or 29.90% from 388); Blue value is 218 (85.55% from 255 or 56.19% from 388); Max value from RGB is 218 - color contains mainly: blue. Hex color #3674DA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3674DA is #C98B25. Grayscale: #6C6C6C. Windows color (decimal): -13208358 or 14316598. OLE color: 14316598.

HSL color Cylindrical-coordinate representation of color #3674DA: hue angle of 217.32º degrees, saturation: 0.69, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3674DA is Cyan = 0.75, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB54116218-
CMYK0.750.4700.15
HSL217.32º68.91%53.33%-
HSV(B)217.32º75.23%85.49%-
XYZ20.4218.3468.79-
YUV109.09189.4688.71-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 13.92%
GREEN value IS 116 (45.70% from 255) = 29.90%
BLUE value IS 218 (85.55% from 255) = 56.19%
R=13.92%
G=29.90%
B=56.19%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal541162180.750.4700.15217.3268.9153.33
Hex3674DA4B2F0Fd94535
Octal661643321135701733110565
Binary110110111010011011010100101110111101111110110011000101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3674DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3674DA; }

 p { color: rgb(54,116,218); }

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

<style>
 a { background-color: #3674DA; }

 a { background-color: rgb(54,116,218); }

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

<style>
 span { border-color: #3674DA; }

 span { border-color: rgb(54,116,218); }

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