#3670D5

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

Shades of Royal Blue #3670D5

Tints of Royal Blue #3670D5

Color information

#3670D5 (or 0x3670D5) is unknown color: approx Royal Blue. HEX triplet: 36, 70 and D5. RGB value is (54,112,213). Sum of RGB (Red+Green+Blue) = 54+112+213=379 (50% of max value = 765). Red value is 54 (21.48% from 255 or 14.25% from 379); Green value is 112 (44.14% from 255 or 29.55% from 379); Blue value is 213 (83.59% from 255 or 56.20% from 379); Max value from RGB is 213 - color contains mainly: blue. Hex color #3670D5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3670D5 is #C98F2A. Grayscale: #696969. Windows color (decimal): -13209387 or 13987894. OLE color: 13987894.

HSL color Cylindrical-coordinate representation of color #3670D5: hue angle of 218.11º degrees, saturation: 0.65, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3670D5 is Cyan = 0.75, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB54112213-
CMYK0.750.4700.16
HSL218.11º65.43%52.35%-
HSV(B)218.11º74.65%83.53%-
XYZ19.3317.1865.25-
YUV106.17188.2890.79-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 14.25%
GREEN value IS 112 (44.14% from 255) = 29.55%
BLUE value IS 213 (83.59% from 255) = 56.20%
R=14.25%
G=29.55%
B=56.20%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal541122130.750.4700.16218.1165.4352.35
Hex3670D54B2F010da4134
Octal661603251135702033210164
Binary1101101110000110101011001011101111010000110110101000001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3670D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3670D5; }

 p { color: rgb(54,112,213); }

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

<style>
 a { background-color: #3670D5; }

 a { background-color: rgb(54,112,213); }

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

<style>
 span { border-color: #3670D5; }

 span { border-color: rgb(54,112,213); }

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