#3D60E0

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

Shades of Royal Blue #3D60E0

Tints of Royal Blue #3D60E0

Color information

#3D60E0 (or 0x3D60E0) is unknown color: approx Royal Blue. HEX triplet: 3D, 60 and E0. RGB value is (61,96,224). Sum of RGB (Red+Green+Blue) = 61+96+224=381 (50% of max value = 765). Red value is 61 (24.22% from 255 or 16.01% from 381); Green value is 96 (37.89% from 255 or 25.20% from 381); Blue value is 224 (87.89% from 255 or 58.79% from 381); Max value from RGB is 224 - color contains mainly: blue. Hex color #3D60E0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3D60E0 is #C29F1F. Grayscale: #636363. Windows color (decimal): -12754720 or 14704701. OLE color: 14704701.

HSL color Cylindrical-coordinate representation of color #3D60E0: hue angle of 227.12º degrees, saturation: 0.72, 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 #3D60E0 is Cyan = 0.73, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB6196224-
CMYK0.730.5700.12
HSL227.12º72.44%55.88%-
HSV(B)227.12º72.77%87.84%-
XYZ19.5614.7472.34-
YUV100.13197.9100.09-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 16.01%
GREEN value IS 96 (37.89% from 255) = 25.20%
BLUE value IS 224 (87.89% from 255) = 58.79%
R=16.01%
G=25.20%
B=58.79%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal61962240.730.5700.12227.1272.4455.88
Hex3D60E049390Ce34838
Octal751403401117101434311070
Binary111101110000011100000100100111100101100111000111001000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D60E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,96,224); }

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

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

 a { background-color: rgb(61,96,224); }

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

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

 span { border-color: rgb(61,96,224); }

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