#3484DD

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

Shades of Royal Blue #3484DD

Tints of Royal Blue #3484DD

Color information

#3484DD (or 0x3484DD) is unknown color: approx Royal Blue. HEX triplet: 34, 84 and DD. RGB value is (52,132,221). Sum of RGB (Red+Green+Blue) = 52+132+221=405 (53% of max value = 765). Red value is 52 (20.70% from 255 or 12.84% from 405); Green value is 132 (51.95% from 255 or 32.59% from 405); Blue value is 221 (86.72% from 255 or 54.57% from 405); Max value from RGB is 221 - color contains mainly: blue. Hex color #3484DD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3484DD is #CB7B22. Grayscale: #757575. Windows color (decimal): -13335331 or 14517300. OLE color: 14517300.

HSL color Cylindrical-coordinate representation of color #3484DD: hue angle of 211.6º degrees, saturation: 0.71, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3484DD is Cyan = 0.76, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB52132221-
CMYK0.760.4000.13
HSL211.6º71.31%53.53%-
HSV(B)211.6º76.47%86.67%-
XYZ22.7222.4571.54-
YUV118.2318680.76-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 12.84%
GREEN value IS 132 (51.95% from 255) = 32.59%
BLUE value IS 221 (86.72% from 255) = 54.57%
R=12.84%
G=32.59%
B=54.57%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal521322210.760.4000.13211.671.3153.53
Hex3484DD4C280Dd44736
Octal642043351145001532410766
Binary1101001000010011011101100110010100001101110101001000111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3484DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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