#3D75F1

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

Shades of Royal Blue #3D75F1

Tints of Royal Blue #3D75F1

Color information

#3D75F1 (or 0x3D75F1) is unknown color: approx Royal Blue. HEX triplet: 3D, 75 and F1. RGB value is (61,117,241). Sum of RGB (Red+Green+Blue) = 61+117+241=419 (55% of max value = 765). Red value is 61 (24.22% from 255 or 14.56% from 419); Green value is 117 (46.09% from 255 or 27.92% from 419); Blue value is 241 (94.53% from 255 or 57.52% from 419); Max value from RGB is 241 - color contains mainly: blue. Hex color #3D75F1 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3D75F1 is #C28A0E. Grayscale: #717171. Windows color (decimal): -12749327 or 15824189. OLE color: 15824189.

HSL color Cylindrical-coordinate representation of color #3D75F1: hue angle of 221.33º 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 #3D75F1 is Cyan = 0.75, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB61117241-
CMYK0.750.5100.05
HSL221.33º86.54%59.22%-
HSV(B)221.33º74.69%94.51%-
XYZ24.1620.0785.82-
YUV114.39199.4589.92-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 14.56%
GREEN value IS 117 (46.09% from 255) = 27.92%
BLUE value IS 241 (94.53% from 255) = 57.52%
R=14.56%
G=27.92%
B=57.52%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal611172410.750.5100.05221.3386.5459.22
Hex3D75F14B3305dd573b
Octal75165361113630533512773
Binary11110111101011111000110010111100110101110111011010111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D75F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,117,241); }

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

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

 a { background-color: rgb(61,117,241); }

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

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

 span { border-color: rgb(61,117,241); }

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