Html Css Color HEX #3452DD Royal Blue

📋 copy color: '#3452DD'

red 52 ◦ green 82 ◦ blue 221

#3452DD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Royal Blue #3452DD

Tints of Royal Blue #3452DD

RGB

 RED value IS 52 (20.7% from 255) = 14.65%

 GREEN value IS 82 (32.42% from 255) = 23.1%

 BLUE value IS 221 (86.72% from 255) = 62.25%

R = 14.65%
G = 23.1%
B = 62.25%

CMYK

 C value IS 0.76

 M value IS 0.63

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#3452DD (or 0x3452DD) is known color: 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

RGB 52 82 221 -
CMYK 0.76 0.63 0 0.13
HSL 229.35º 0.71% 0.54% -
HSV(B) 229.35º 0.76% 0.87% -
XYZ 17.48 11.99 69.8 -
YUV 88.88 202.56 101.7 -
System Red Green Blue C M Y K H S L
Decimal 52 82 221 0.76 0.63 0 0.13 229.35 0.71 0.54
Hex 34 52 DD 4C 3F 0 D E5 47 36
Octal 64 122 335 114 77 0 15 345 107 66
Binary 110100 1010010 11011101 1001100 111111 0 1101 11100101 1000111 110110

Color Harmonies of #3452DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3452DD

Black with #3452DD

Text Example


Text Example

White with #3452DD

Text Example


Text Example

HTML Codes & Css Web 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>