#3670D7

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

Shades of Royal Blue #3670D7

Tints of Royal Blue #3670D7

Color information

#3670D7 (or 0x3670D7) is unknown color: approx Royal Blue. HEX triplet: 36, 70 and D7. RGB value is (54,112,215). Sum of RGB (Red+Green+Blue) = 54+112+215=381 (50% of max value = 765). Red value is 54 (21.48% from 255 or 14.17% from 381); Green value is 112 (44.14% from 255 or 29.40% from 381); Blue value is 215 (84.38% from 255 or 56.43% from 381); Max value from RGB is 215 - color contains mainly: blue. Hex color #3670D7 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3670D7 is #C98F28. Grayscale: #696969. Windows color (decimal): -13209385 or 14118966. OLE color: 14118966.

HSL color Cylindrical-coordinate representation of color #3670D7: hue angle of 218.39º degrees, saturation: 0.67, 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 #3670D7 is Cyan = 0.75, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB54112215-
CMYK0.750.4800.16
HSL218.39º66.8%52.75%-
HSV(B)218.39º74.88%84.31%-
XYZ19.5817.2866.59-
YUV106.4189.2890.62-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 14.17%
GREEN value IS 112 (44.14% from 255) = 29.40%
BLUE value IS 215 (84.38% from 255) = 56.43%
R=14.17%
G=29.40%
B=56.43%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal541122150.750.4800.16218.3966.852.75
Hex3670D74B30010da4335
Octal661603271136002033210365
Binary1101101110000110101111001011110000010000110110101000011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3670D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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