Html Css Color HEX #3454DC Royal Blue

📋 copy color: '#3454DC'

red 52 ◦ green 84 ◦ blue 220

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

Shades of Royal Blue #3454DC

Tints of Royal Blue #3454DC

RGB

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

 GREEN value IS 84 (33.2% from 255) = 23.6%

 BLUE value IS 220 (86.33% from 255) = 61.8%

R = 14.61%
G = 23.6%
B = 61.8%

CMYK

 C value IS 0.76

 M value IS 0.62

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#3454DC (or 0x3454DC) is known color: Royal Blue. HEX triplet: 34, 54 and DC. RGB value is (52,84,220). Sum of RGB (Red+Green+Blue) = 52+84+220=356 (47% of max value = 765). Red value is 52 (20.70% from 255 or 14.61% from 356); Green value is 84 (33.20% from 255 or 23.60% from 356); Blue value is 220 (86.33% from 255 or 61.80% from 356); Max value from RGB is 220 - color contains mainly: blue. Hex color #3454DC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3454DC is #CBAB23. Grayscale: #595959. Windows color (decimal): -13347620 or 14439476. OLE color: 14439476.

HSL color Cylindrical-coordinate representation of color #3454DC: hue angle of 228.57º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3454DC is Cyan = 0.76, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 52 84 220 -
CMYK 0.76 0.62 0 0.14
HSL 228.57º 0.71% 0.53% -
HSV(B) 228.57º 0.76% 0.86% -
XYZ 17.5 12.24 69.15 -
YUV 89.94 201.4 100.94 -
System Red Green Blue C M Y K H S L
Decimal 52 84 220 0.76 0.62 0 0.14 228.57 0.71 0.53
Hex 34 54 DC 4C 3E 0 E E5 47 35
Octal 64 124 334 114 76 0 16 345 107 65
Binary 110100 1010100 11011100 1001100 111110 0 1110 11100101 1000111 110101

Color Harmonies of #3454DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3454DC

Black with #3454DC

Text Example


Text Example

White with #3454DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3454DC; }

 p { color: rgb(52,84,220); }

 H1.HeaderClassName
 {
   color: #3454DC;
 }
 .AnyTagClassName
 {
   color: #3454DC;
 }
</style>

background-color css

<style>
 a { background-color: #3454DC; }

 a { background-color: rgb(52,84,220); }

 div.DivClassName
 {
   background-color: #3454DC;
 }
 .BgClassName
 {
   background-color: #3454DC;
 }
</style>

border-color css

<style>
 span { border-color: #3454DC; }

 span { border-color: rgb(52,84,220); }

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