#3A75DD

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

Shades of Royal Blue #3A75DD

Tints of Royal Blue #3A75DD

Color information

#3A75DD (or 0x3A75DD) is unknown color: approx Royal Blue. HEX triplet: 3A, 75 and DD. RGB value is (58,117,221). Sum of RGB (Red+Green+Blue) = 58+117+221=396 (52% of max value = 765). Red value is 58 (23.05% from 255 or 14.65% from 396); Green value is 117 (46.09% from 255 or 29.55% from 396); Blue value is 221 (86.72% from 255 or 55.81% from 396); Max value from RGB is 221 - color contains mainly: blue. Hex color #3A75DD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3A75DD is #C58A22. Grayscale: #6E6E6E. Windows color (decimal): -12945955 or 14513466. OLE color: 14513466.

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

Color convert

RGB58117221-
CMYK0.740.4700.13
HSL218.28º70.56%54.71%-
HSV(B)218.28º73.76%86.67%-
XYZ21.1618.8470.93-
YUV111.22189.9590.04-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 14.65%
GREEN value IS 117 (46.09% from 255) = 29.55%
BLUE value IS 221 (86.72% from 255) = 55.81%
R=14.65%
G=29.55%
B=55.81%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal581172210.740.4700.13218.2870.5654.71
Hex3A75DD4A2F0Dda4737
Octal721653351125701533210767
Binary111010111010111011101100101010111101101110110101000111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A75DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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