#3D75DD

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

Shades of Royal Blue #3D75DD

Tints of Royal Blue #3D75DD

Color information

#3D75DD (or 0x3D75DD) is unknown color: approx Royal Blue. HEX triplet: 3D, 75 and DD. RGB value is (61,117,221). Sum of RGB (Red+Green+Blue) = 61+117+221=399 (52% of max value = 765). Red value is 61 (24.22% from 255 or 15.29% from 399); Green value is 117 (46.09% from 255 or 29.32% from 399); Blue value is 221 (86.72% from 255 or 55.39% from 399); Max value from RGB is 221 - color contains mainly: blue. Hex color #3D75DD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3D75DD is #C28A22. Grayscale: #6F6F6F. Windows color (decimal): -12749347 or 14513469. OLE color: 14513469.

HSL color Cylindrical-coordinate representation of color #3D75DD: hue angle of 219º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3D75DD is Cyan = 0.72, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB61117221-
CMYK0.720.4700.13
HSL219º70.18%55.29%-
HSV(B)219º72.4%86.67%-
XYZ21.3418.9470.94-
YUV112.11189.4591.54-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 15.29%
GREEN value IS 117 (46.09% from 255) = 29.32%
BLUE value IS 221 (86.72% from 255) = 55.39%
R=15.29%
G=29.32%
B=55.39%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal611172210.720.4700.1321970.1855.29
Hex3D75DD482F0Ddb4637
Octal751653351105701533310667
Binary111101111010111011101100100010111101101110110111000110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D75DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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