#3D59F2

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

Shades of Royal Blue #3D59F2

Tints of Royal Blue #3D59F2

Color information

#3D59F2 (or 0x3D59F2) is unknown color: approx Royal Blue. HEX triplet: 3D, 59 and F2. RGB value is (61,89,242). Sum of RGB (Red+Green+Blue) = 61+89+242=392 (51% of max value = 765). Red value is 61 (24.22% from 255 or 15.56% from 392); Green value is 89 (35.16% from 255 or 22.70% from 392); Blue value is 242 (94.92% from 255 or 61.73% from 392); Max value from RGB is 242 - color contains mainly: blue. Hex color #3D59F2 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3D59F2 is #C2A60D. Grayscale: #616161. Windows color (decimal): -12756494 or 15882557. OLE color: 15882557.

HSL color Cylindrical-coordinate representation of color #3D59F2: hue angle of 230.72º degrees, saturation: 0.87, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3D59F2 is Cyan = 0.75, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB6189242-
CMYK0.750.6300.05
HSL230.72º87.44%59.41%-
HSV(B)230.72º74.79%94.9%-
XYZ21.5214.5585.68-
YUV98.07209.22101.56-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 15.56%
GREEN value IS 89 (35.16% from 255) = 22.70%
BLUE value IS 242 (94.92% from 255) = 61.73%
R=15.56%
G=22.70%
B=61.73%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal61892420.750.6300.05230.7287.4459.41
Hex3D59F24B3F05e7573b
Octal75131362113770534712773
Binary11110110110011111001010010111111110101111001111010111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D59F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,89,242); }

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

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

 a { background-color: rgb(61,89,242); }

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

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

 span { border-color: rgb(61,89,242); }

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