#3A74D1

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

Shades of Royal Blue #3A74D1

Tints of Royal Blue #3A74D1

Color information

#3A74D1 (or 0x3A74D1) is unknown color: approx Royal Blue. HEX triplet: 3A, 74 and D1. RGB value is (58,116,209). Sum of RGB (Red+Green+Blue) = 58+116+209=383 (50% of max value = 765). Red value is 58 (23.05% from 255 or 15.14% from 383); Green value is 116 (45.70% from 255 or 30.29% from 383); Blue value is 209 (82.03% from 255 or 54.57% from 383); Max value from RGB is 209 - color contains mainly: blue. Hex color #3A74D1 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3A74D1 is #C58B2E. Grayscale: #6C6C6C. Windows color (decimal): -12946223 or 13726778. OLE color: 13726778.

HSL color Cylindrical-coordinate representation of color #3A74D1: hue angle of 216.95º degrees, saturation: 0.62, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3A74D1 is Cyan = 0.72, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB58116209-
CMYK0.720.4400.18
HSL216.95º62.14%52.35%-
HSV(B)216.95º72.25%81.96%-
XYZ19.517.9962.77-
YUV109.26184.2891.44-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 15.14%
GREEN value IS 116 (45.70% from 255) = 30.29%
BLUE value IS 209 (82.03% from 255) = 54.57%
R=15.14%
G=30.29%
B=54.57%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal581162090.720.4400.18216.9562.1452.35
Hex3A74D1482C012d93e34
Octal72164321110540223317664
Binary111010111010011010001100100010110001001011011001111110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A74D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,116,209); }

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

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

 a { background-color: rgb(58,116,209); }

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

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

 span { border-color: rgb(58,116,209); }

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