#3D75EF

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

Shades of Royal Blue #3D75EF

Tints of Royal Blue #3D75EF

Color information

#3D75EF (or 0x3D75EF) is unknown color: approx Royal Blue. HEX triplet: 3D, 75 and EF. RGB value is (61,117,239). Sum of RGB (Red+Green+Blue) = 61+117+239=417 (55% of max value = 765). Red value is 61 (24.22% from 255 or 14.63% from 417); Green value is 117 (46.09% from 255 or 28.06% from 417); Blue value is 239 (93.75% from 255 or 57.31% from 417); Max value from RGB is 239 - color contains mainly: blue. Hex color #3D75EF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3D75EF is #C28A10. Grayscale: #717171. Windows color (decimal): -12749329 or 15693117. OLE color: 15693117.

HSL color Cylindrical-coordinate representation of color #3D75EF: hue angle of 221.12º degrees, saturation: 0.85, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3D75EF is Cyan = 0.74, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB61117239-
CMYK0.740.5100.06
HSL221.12º84.76%58.82%-
HSV(B)221.12º74.48%93.73%-
XYZ23.8719.9584.25-
YUV114.16198.4590.08-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 14.63%
GREEN value IS 117 (46.09% from 255) = 28.06%
BLUE value IS 239 (93.75% from 255) = 57.31%
R=14.63%
G=28.06%
B=57.31%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal611172390.740.5100.06221.1284.7658.82
Hex3D75EF4A3306dd553b
Octal75165357112630633512573
Binary11110111101011110111110010101100110110110111011010101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D75EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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