#3D50E4

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

Shades of Royal Blue #3D50E4

Tints of Royal Blue #3D50E4

Color information

#3D50E4 (or 0x3D50E4) is unknown color: approx Royal Blue. HEX triplet: 3D, 50 and E4. RGB value is (61,80,228). Sum of RGB (Red+Green+Blue) = 61+80+228=369 (48% of max value = 765). Red value is 61 (24.22% from 255 or 16.53% from 369); Green value is 80 (31.64% from 255 or 21.68% from 369); Blue value is 228 (89.45% from 255 or 61.79% from 369); Max value from RGB is 228 - color contains mainly: blue. Hex color #3D50E4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3D50E4 is #C2AF1B. Grayscale: #5A5A5A. Windows color (decimal): -12758812 or 14962749. OLE color: 14962749.

HSL color Cylindrical-coordinate representation of color #3D50E4: hue angle of 233.17º degrees, saturation: 0.76, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3D50E4 is Cyan = 0.73, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB6180228-
CMYK0.730.6500.11
HSL233.17º75.57%56.67%-
HSV(B)233.17º73.25%89.41%-
XYZ18.812.3374.79-
YUV91.19205.21106.47-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 16.53%
GREEN value IS 80 (31.64% from 255) = 21.68%
BLUE value IS 228 (89.45% from 255) = 61.79%
R=16.53%
G=21.68%
B=61.79%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal61802280.730.6500.11233.1775.5756.67
Hex3D50E449410Be94c39
Octal7512034411110101335111471
Binary1111011010000111001001001001100000101011111010011001100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D50E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,80,228); }

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

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

 a { background-color: rgb(61,80,228); }

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

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

 span { border-color: rgb(61,80,228); }

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