#3D62F6

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

Shades of Royal Blue #3D62F6

Tints of Royal Blue #3D62F6

Color information

#3D62F6 (or 0x3D62F6) is unknown color: approx Royal Blue. HEX triplet: 3D, 62 and F6. RGB value is (61,98,246). Sum of RGB (Red+Green+Blue) = 61+98+246=405 (53% of max value = 765). Red value is 61 (24.22% from 255 or 15.06% from 405); Green value is 98 (38.67% from 255 or 24.20% from 405); Blue value is 246 (96.48% from 255 or 60.74% from 405); Max value from RGB is 246 - color contains mainly: blue. Hex color #3D62F6 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3D62F6 is #C29D09. Grayscale: #676767. Windows color (decimal): -12754186 or 16147005. OLE color: 16147005.

HSL color Cylindrical-coordinate representation of color #3D62F6: hue angle of 228º degrees, saturation: 0.91, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3D62F6 is Cyan = 0.75, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB6198246-
CMYK0.750.6000.04
HSL228º91.13%60.2%-
HSV(B)228º75.2%96.47%-
XYZ22.9316.3889.14-
YUV103.81208.2497.47-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 15.06%
GREEN value IS 98 (38.67% from 255) = 24.20%
BLUE value IS 246 (96.48% from 255) = 60.74%
R=15.06%
G=24.20%
B=60.74%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal61982460.750.6000.0422891.1360.2
Hex3D62F64B3C04e45b3c
Octal75142366113740434413374
Binary11110111000101111011010010111111000100111001001011011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D62F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,98,246); }

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

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

 a { background-color: rgb(61,98,246); }

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

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

 span { border-color: rgb(61,98,246); }

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