#3491e5

Color #3491E5 Dodger Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dodger Blue #3491E5

Tints of Dodger Blue #3491E5

Color information

#3491E5 (or 0x3491E5) is unknown color: approx Dodger Blue. HEX triplet: 34, 91 and E5. RGB value is (52,145,229). Sum of RGB (Red+Green+Blue) = 52+145+229=426 (56% of max value = 765). Red value is 52 (20.70% from 255 or 12.21% from 426); Green value is 145 (57.03% from 255 or 34.04% from 426); Blue value is 229 (89.84% from 255 or 53.76% from 426); Max value from RGB is 229 - color contains mainly: blue. Hex color #3491E5 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3491E5 is #CB6E1A. Grayscale: #7E7E7E. Windows color (decimal): -13331995 or 15044916. OLE color: 15044916.

HSL color Cylindrical-coordinate representation of color #3491E5: hue angle of 208.47º degrees, saturation: 0.77, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3491E5 is Cyan = 0.77, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB52145229-
CMYK0.770.3700.10
HSL208.47º77.29%55.1%-
HSV(B)208.47º77.29%89.8%-
XYZ25.6826.6477.92-
YUV126.77185.6974.67-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 12.21%
GREEN value IS 145 (57.03% from 255) = 34.04%
BLUE value IS 229 (89.84% from 255) = 53.76%
R=12.21%
G=34.04%
B=53.76%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal521452290.770.3700.10208.4777.2955.1
Hex3491E54D250Ad04d37
Octal642213451154501232011567
Binary1101001001000111100101100110110010101010110100001001101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3491e5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3491e5; }

 p { color: rgb(52,145,229); }

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

<style>
 a { background-color: #3491e5; }

 a { background-color: rgb(52,145,229); }

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

<style>
 span { border-color: #3491e5; }

 span { border-color: rgb(52,145,229); }

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