#3D62DD

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

Shades of Royal Blue #3D62DD

Tints of Royal Blue #3D62DD

Color information

#3D62DD (or 0x3D62DD) is unknown color: approx Royal Blue. HEX triplet: 3D, 62 and DD. RGB value is (61,98,221). Sum of RGB (Red+Green+Blue) = 61+98+221=380 (50% of max value = 765). Red value is 61 (24.22% from 255 or 16.05% from 380); Green value is 98 (38.67% from 255 or 25.79% from 380); Blue value is 221 (86.72% from 255 or 58.16% from 380); Max value from RGB is 221 - color contains mainly: blue. Hex color #3D62DD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3D62DD is #C29D22. Grayscale: #646464. Windows color (decimal): -12754211 or 14508605. OLE color: 14508605.

HSL color Cylindrical-coordinate representation of color #3D62DD: hue angle of 226.12º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3D62DD is Cyan = 0.72, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB6198221-
CMYK0.720.5600.13
HSL226.12º70.18%55.29%-
HSV(B)226.12º72.4%86.67%-
XYZ19.3414.9570.27-
YUV100.96195.7499.5-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 16.05%
GREEN value IS 98 (38.67% from 255) = 25.79%
BLUE value IS 221 (86.72% from 255) = 58.16%
R=16.05%
G=25.79%
B=58.16%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal61982210.720.5600.13226.1270.1855.29
Hex3D62DD48380De24637
Octal751423351107001534210667
Binary111101110001011011101100100011100001101111000101000110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D62DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,98,221); }

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

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

 a { background-color: rgb(61,98,221); }

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

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

 span { border-color: rgb(61,98,221); }

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