#3484E0

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

Shades of Royal Blue #3484E0

Tints of Royal Blue #3484E0

Color information

#3484E0 (or 0x3484E0) is unknown color: approx Royal Blue. HEX triplet: 34, 84 and E0. RGB value is (52,132,224). Sum of RGB (Red+Green+Blue) = 52+132+224=408 (54% of max value = 765). Red value is 52 (20.70% from 255 or 12.75% from 408); Green value is 132 (51.95% from 255 or 32.35% from 408); Blue value is 224 (87.89% from 255 or 54.90% from 408); Max value from RGB is 224 - color contains mainly: blue. Hex color #3484E0 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3484E0 is #CB7B1F. Grayscale: #767676. Windows color (decimal): -13335328 or 14713908. OLE color: 14713908.

HSL color Cylindrical-coordinate representation of color #3484E0: hue angle of 212.09º degrees, saturation: 0.74, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3484E0 is Cyan = 0.77, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB52132224-
CMYK0.770.4100.12
HSL212.09º73.5%54.12%-
HSV(B)212.09º76.79%87.84%-
XYZ23.1222.6173.67-
YUV118.57187.580.52-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 12.75%
GREEN value IS 132 (51.95% from 255) = 32.35%
BLUE value IS 224 (87.89% from 255) = 54.90%
R=12.75%
G=32.35%
B=54.90%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal521322240.770.4100.12212.0973.554.12
Hex3484E04D290Cd44a36
Octal642043401155101432411266
Binary1101001000010011100000100110110100101100110101001001010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3484E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3484E0; }

 p { color: rgb(52,132,224); }

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

<style>
 a { background-color: #3484E0; }

 a { background-color: rgb(52,132,224); }

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

<style>
 span { border-color: #3484E0; }

 span { border-color: rgb(52,132,224); }

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