#3870DD

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

Shades of Royal Blue #3870DD

Tints of Royal Blue #3870DD

Color information

#3870DD (or 0x3870DD) is unknown color: approx Royal Blue. HEX triplet: 38, 70 and DD. RGB value is (56,112,221). Sum of RGB (Red+Green+Blue) = 56+112+221=389 (51% of max value = 765). Red value is 56 (22.27% from 255 or 14.40% from 389); Green value is 112 (44.14% from 255 or 28.79% from 389); Blue value is 221 (86.72% from 255 or 56.81% from 389); Max value from RGB is 221 - color contains mainly: blue. Hex color #3870DD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3870DD is #C78F22. Grayscale: #6B6B6B. Windows color (decimal): -13078307 or 14512184. OLE color: 14512184.

HSL color Cylindrical-coordinate representation of color #3870DD: hue angle of 219.64º degrees, saturation: 0.71, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3870DD is Cyan = 0.75, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB56112221-
CMYK0.750.4900.13
HSL219.64º70.82%54.31%-
HSV(B)219.64º74.66%86.67%-
XYZ20.4817.6570.73-
YUV107.68191.9591.14-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 14.40%
GREEN value IS 112 (44.14% from 255) = 28.79%
BLUE value IS 221 (86.72% from 255) = 56.81%
R=14.40%
G=28.79%
B=56.81%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal561122210.750.4900.13219.6470.8254.31
Hex3870DD4B310Ddc4736
Octal701603351136101533410766
Binary111000111000011011101100101111000101101110111001000111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3870DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3870DD; }

 p { color: rgb(56,112,221); }

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

<style>
 a { background-color: #3870DD; }

 a { background-color: rgb(56,112,221); }

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

<style>
 span { border-color: #3870DD; }

 span { border-color: rgb(56,112,221); }

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