#3D73FF

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

Shades of Royal Blue #3D73FF

Tints of Royal Blue #3D73FF

Color information

#3D73FF (or 0x3D73FF) is unknown color: approx Royal Blue. HEX triplet: 3D, 73 and FF. RGB value is (61,115,255). Sum of RGB (Red+Green+Blue) = 61+115+255=431 (57% of max value = 765). Red value is 61 (24.22% from 255 or 14.15% from 431); Green value is 115 (45.31% from 255 or 26.68% from 431); Blue value is 255 (100% from 255 or 59.16% from 431); Max value from RGB is 255 - color contains mainly: blue. Hex color #3D73FF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3D73FF is #C28C00. Grayscale: #727272. Windows color (decimal): -12749825 or 16741181. OLE color: 16741181.

HSL color Cylindrical-coordinate representation of color #3D73FF: hue angle of 223.3º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3D73FF is Cyan = 0.76, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB61115255-
CMYK0.760.5500
HSL223.3º100%61.96%-
HSV(B)223.3º76.08%100%-
XYZ26.1120.4797.18-
YUV114.81207.1189.62-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 14.15%
GREEN value IS 115 (45.31% from 255) = 26.68%
BLUE value IS 255 (100% from 255) = 59.16%
R=14.15%
G=26.68%
B=59.16%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal611152550.760.5500223.310061.96
Hex3D73FF4C3700df643e
Octal75163377114670033714476
Binary111101111001111111111100110011011100110111111100100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D73FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,115,255); }

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

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

 a { background-color: rgb(61,115,255); }

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

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

 span { border-color: rgb(61,115,255); }

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