#3D70D4

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

Shades of Royal Blue #3D70D4

Tints of Royal Blue #3D70D4

Color information

#3D70D4 (or 0x3D70D4) is unknown color: approx Royal Blue. HEX triplet: 3D, 70 and D4. RGB value is (61,112,212). Sum of RGB (Red+Green+Blue) = 61+112+212=385 (50% of max value = 765). Red value is 61 (24.22% from 255 or 15.84% from 385); Green value is 112 (44.14% from 255 or 29.09% from 385); Blue value is 212 (83.20% from 255 or 55.06% from 385); Max value from RGB is 212 - color contains mainly: blue. Hex color #3D70D4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3D70D4 is #C28F2B. Grayscale: #6B6B6B. Windows color (decimal): -12750636 or 13922365. OLE color: 13922365.

HSL color Cylindrical-coordinate representation of color #3D70D4: hue angle of 219.74º degrees, saturation: 0.64, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3D70D4 is Cyan = 0.71, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB61112212-
CMYK0.710.4700.17
HSL219.74º63.71%53.53%-
HSV(B)219.74º71.23%83.14%-
XYZ19.617.3364.6-
YUV108.15186.694.37-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 15.84%
GREEN value IS 112 (44.14% from 255) = 29.09%
BLUE value IS 212 (83.20% from 255) = 55.06%
R=15.84%
G=29.09%
B=55.06%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal611122120.710.4700.17219.7463.7153.53
Hex3D70D4472F011dc4036
Octal751603241075702133410066
Binary1111011110000110101001000111101111010001110111001000000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D70D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3D70D4; }

 p { color: rgb(61,112,212); }

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

<style>
 a { background-color: #3D70D4; }

 a { background-color: rgb(61,112,212); }

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

<style>
 span { border-color: #3D70D4; }

 span { border-color: rgb(61,112,212); }

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