#3452DD

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

Shades of Royal Blue #3452DD

Tints of Royal Blue #3452DD

Color information

#3452DD (or 0x3452DD) is unknown color: approx Royal Blue. HEX triplet: 34, 52 and DD. RGB value is (52,82,221). Sum of RGB (Red+Green+Blue) = 52+82+221=355 (47% of max value = 765). Red value is 52 (20.70% from 255 or 14.65% from 355); Green value is 82 (32.42% from 255 or 23.10% from 355); Blue value is 221 (86.72% from 255 or 62.25% from 355); Max value from RGB is 221 - color contains mainly: blue. Hex color #3452DD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3452DD is #CBAD22. Grayscale: #585858. Windows color (decimal): -13348131 or 14504500. OLE color: 14504500.

HSL color Cylindrical-coordinate representation of color #3452DD: hue angle of 229.35º 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 #3452DD is Cyan = 0.76, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB5282221-
CMYK0.760.6300.13
HSL229.35º71.31%53.53%-
HSV(B)229.35º76.47%86.67%-
XYZ17.4811.9969.8-
YUV88.88202.56101.7-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 14.65%
GREEN value IS 82 (32.42% from 255) = 23.10%
BLUE value IS 221 (86.72% from 255) = 62.25%
R=14.65%
G=23.10%
B=62.25%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal52822210.760.6300.13229.3571.3153.53
Hex3452DD4C3F0De54736
Octal641223351147701534510766
Binary110100101001011011101100110011111101101111001011000111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3452DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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