#3D52E1

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

Shades of Royal Blue #3D52E1

Tints of Royal Blue #3D52E1

Color information

#3D52E1 (or 0x3D52E1) is unknown color: approx Royal Blue. HEX triplet: 3D, 52 and E1. RGB value is (61,82,225). Sum of RGB (Red+Green+Blue) = 61+82+225=368 (48% of max value = 765). Red value is 61 (24.22% from 255 or 16.58% from 368); Green value is 82 (32.42% from 255 or 22.28% from 368); Blue value is 225 (88.28% from 255 or 61.14% from 368); Max value from RGB is 225 - color contains mainly: blue. Hex color #3D52E1 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3D52E1 is #C2AD1E. Grayscale: #5B5B5B. Windows color (decimal): -12758303 or 14766653. OLE color: 14766653.

HSL color Cylindrical-coordinate representation of color #3D52E1: hue angle of 232.32º degrees, saturation: 0.73, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3D52E1 is Cyan = 0.73, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB6182225-
CMYK0.730.6400.12
HSL232.32º73.21%56.08%-
HSV(B)232.32º72.89%88.24%-
XYZ18.5312.4672.66-
YUV92.02203.04105.87-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 16.58%
GREEN value IS 82 (32.42% from 255) = 22.28%
BLUE value IS 225 (88.28% from 255) = 61.14%
R=16.58%
G=22.28%
B=61.14%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal61822250.730.6400.12232.3273.2156.08
Hex3D52E149400Ce84938
Octal7512234111110001435011170
Binary1111011010010111000011001001100000001100111010001001001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D52E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,82,225); }

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

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

 a { background-color: rgb(61,82,225); }

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

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

 span { border-color: rgb(61,82,225); }

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