Html Css Color HEX #3654DC Royal Blue

📋 copy color: '#3654DC'

red 54 ◦ green 84 ◦ blue 220

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

Shades of Royal Blue #3654DC

Tints of Royal Blue #3654DC

RGB

 RED value IS 54 (21.48% from 255) = 15.08%

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

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

R = 15.08%
G = 23.46%
B = 61.45%

CMYK

 C value IS 0.75

 M value IS 0.62

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#3654DC (or 0x3654DC) is known color: Royal Blue. HEX triplet: 36, 54 and DC. RGB value is (54,84,220). Sum of RGB (Red+Green+Blue) = 54+84+220=358 (47% of max value = 765). Red value is 54 (21.48% from 255 or 15.08% from 358); Green value is 84 (33.20% from 255 or 23.46% from 358); Blue value is 220 (86.33% from 255 or 61.45% from 358); Max value from RGB is 220 - color contains mainly: blue. Hex color #3654DC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3654DC is #C9AB23. Grayscale: #595959. Windows color (decimal): -13216548 or 14439478. OLE color: 14439478.

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

Color convert

RGB 54 84 220 -
CMYK 0.75 0.62 0 0.14
HSL 229.16º 0.7% 0.54% -
HSV(B) 229.16º 0.75% 0.86% -
XYZ 17.61 12.29 69.15 -
YUV 90.53 201.06 101.94 -
System Red Green Blue C M Y K H S L
Decimal 54 84 220 0.75 0.62 0 0.14 229.16 0.7 0.54
Hex 36 54 DC 4B 3E 0 E E5 46 36
Octal 66 124 334 113 76 0 16 345 106 66
Binary 110110 1010100 11011100 1001011 111110 0 1110 11100101 1000110 110110

Color Harmonies of #3654DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3654DC

Black with #3654DC

Text Example


Text Example

White with #3654DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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