#3a75d3

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

Shades of Royal Blue #3A75D3

Tints of Royal Blue #3A75D3

Color information

#3A75D3 (or 0x3A75D3) is unknown color: approx Royal Blue. HEX triplet: 3A, 75 and D3. RGB value is (58,117,211). Sum of RGB (Red+Green+Blue) = 58+117+211=386 (51% of max value = 765). Red value is 58 (23.05% from 255 or 15.03% from 386); Green value is 117 (46.09% from 255 or 30.31% from 386); Blue value is 211 (82.81% from 255 or 54.66% from 386); Max value from RGB is 211 - color contains mainly: blue. Hex color #3A75D3 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3A75D3 is #C58A2C. Grayscale: #6D6D6D. Windows color (decimal): -12945965 or 13858106. OLE color: 13858106.

HSL color Cylindrical-coordinate representation of color #3A75D3: hue angle of 216.86º degrees, saturation: 0.63, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3A75D3 is Cyan = 0.73, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB58117211-
CMYK0.730.4500.17
HSL216.86º63.49%52.75%-
HSV(B)216.86º72.51%82.75%-
XYZ19.8618.3364.12-
YUV110.08184.9590.86-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 15.03%
GREEN value IS 117 (46.09% from 255) = 30.31%
BLUE value IS 211 (82.81% from 255) = 54.66%
R=15.03%
G=30.31%
B=54.66%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal581172110.730.4500.17216.8663.4952.75
Hex3A75D3492D011d93f35
Octal72165323111550213317765
Binary111010111010111010011100100110110101000111011001111111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3a75d3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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