#3674D6

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

Shades of Royal Blue #3674D6

Tints of Royal Blue #3674D6

Color information

#3674D6 (or 0x3674D6) is unknown color: approx Royal Blue. HEX triplet: 36, 74 and D6. RGB value is (54,116,214). Sum of RGB (Red+Green+Blue) = 54+116+214=384 (50% of max value = 765). Red value is 54 (21.48% from 255 or 14.06% from 384); Green value is 116 (45.70% from 255 or 30.21% from 384); Blue value is 214 (83.98% from 255 or 55.73% from 384); Max value from RGB is 214 - color contains mainly: blue. Hex color #3674D6 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3674D6 is #C98B29. Grayscale: #6C6C6C. Windows color (decimal): -13208362 or 14054454. OLE color: 14054454.

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

Color convert

RGB54116214-
CMYK0.750.4600.16
HSL216.75º66.12%52.55%-
HSV(B)216.75º74.77%83.92%-
XYZ19.918.1366.07-
YUV108.63187.4689.03-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 14.06%
GREEN value IS 116 (45.70% from 255) = 30.21%
BLUE value IS 214 (83.98% from 255) = 55.73%
R=14.06%
G=30.21%
B=55.73%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal541162140.750.4600.16216.7566.1252.55
Hex3674D64B2E010d94235
Octal661643261135602033110265
Binary1101101110100110101101001011101110010000110110011000010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3674D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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