#3A74DB

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

Shades of Royal Blue #3A74DB

Tints of Royal Blue #3A74DB

Color information

#3A74DB (or 0x3A74DB) is unknown color: approx Royal Blue. HEX triplet: 3A, 74 and DB. RGB value is (58,116,219). Sum of RGB (Red+Green+Blue) = 58+116+219=393 (52% of max value = 765). Red value is 58 (23.05% from 255 or 14.76% from 393); Green value is 116 (45.70% from 255 or 29.52% from 393); Blue value is 219 (85.94% from 255 or 55.73% from 393); Max value from RGB is 219 - color contains mainly: blue. Hex color #3A74DB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3A74DB is #C58B24. Grayscale: #6D6D6D. Windows color (decimal): -12946213 or 14382138. OLE color: 14382138.

HSL color Cylindrical-coordinate representation of color #3A74DB: hue angle of 218.39º degrees, saturation: 0.69, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3A74DB is Cyan = 0.74, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB58116219-
CMYK0.740.4700.14
HSL218.39º69.1%54.31%-
HSV(B)218.39º73.52%85.88%-
XYZ20.7818.569.49-
YUV110.4189.2890.62-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 14.76%
GREEN value IS 116 (45.70% from 255) = 29.52%
BLUE value IS 219 (85.94% from 255) = 55.73%
R=14.76%
G=29.52%
B=55.73%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal581162190.740.4700.14218.3969.154.31
Hex3A74DB4A2F0Eda4536
Octal721643331125701633210566
Binary111010111010011011011100101010111101110110110101000101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A74DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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