#3D63DD

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

Shades of Royal Blue #3D63DD

Tints of Royal Blue #3D63DD

Color information

#3D63DD (or 0x3D63DD) is unknown color: approx Royal Blue. HEX triplet: 3D, 63 and DD. RGB value is (61,99,221). Sum of RGB (Red+Green+Blue) = 61+99+221=381 (50% of max value = 765). Red value is 61 (24.22% from 255 or 16.01% from 381); Green value is 99 (39.06% from 255 or 25.98% from 381); Blue value is 221 (86.72% from 255 or 58.01% from 381); Max value from RGB is 221 - color contains mainly: blue. Hex color #3D63DD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3D63DD is #C29C22. Grayscale: #656565. Windows color (decimal): -12753955 or 14508861. OLE color: 14508861.

HSL color Cylindrical-coordinate representation of color #3D63DD: hue angle of 225.75º 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 #3D63DD is Cyan = 0.72, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB6199221-
CMYK0.720.5500.13
HSL225.75º70.18%55.29%-
HSV(B)225.75º72.4%86.67%-
XYZ19.4415.1470.3-
YUV101.55195.4199.08-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 16.01%
GREEN value IS 99 (39.06% from 255) = 25.98%
BLUE value IS 221 (86.72% from 255) = 58.01%
R=16.01%
G=25.98%
B=58.01%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal61992210.720.5500.13225.7570.1855.29
Hex3D63DD48370De24637
Octal751433351106701534210667
Binary111101110001111011101100100011011101101111000101000110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D63DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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