Html Css Color HEX #3954DC Royal Blue

📋 copy color: '#3954DC'

red 57 ◦ green 84 ◦ blue 220

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

Shades of Royal Blue #3954DC

Tints of Royal Blue #3954DC

RGB

 RED value IS 57 (22.66% from 255) = 15.79%

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

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

R = 15.79%
G = 23.27%
B = 60.94%

CMYK

 C value IS 0.74

 M value IS 0.62

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#3954DC (or 0x3954DC) is known color: Royal Blue. HEX triplet: 39, 54 and DC. RGB value is (57,84,220). Sum of RGB (Red+Green+Blue) = 57+84+220=361 (47% of max value = 765). Red value is 57 (22.66% from 255 or 15.79% from 361); Green value is 84 (33.20% from 255 or 23.27% from 361); Blue value is 220 (86.33% from 255 or 60.94% from 361); Max value from RGB is 220 - color contains mainly: blue. Hex color #3954DC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3954DC is #C6AB23. Grayscale: #5A5A5A. Windows color (decimal): -13019940 or 14439481. OLE color: 14439481.

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

Color convert

RGB 57 84 220 -
CMYK 0.74 0.62 0 0.14
HSL 230.06º 0.7% 0.54% -
HSV(B) 230.06º 0.74% 0.86% -
XYZ 17.78 12.38 69.16 -
YUV 91.43 200.55 103.44 -
System Red Green Blue C M Y K H S L
Decimal 57 84 220 0.74 0.62 0 0.14 230.06 0.7 0.54
Hex 39 54 DC 4A 3E 0 E E6 46 36
Octal 71 124 334 112 76 0 16 346 106 66
Binary 111001 1010100 11011100 1001010 111110 0 1110 11100110 1000110 110110

Color Harmonies of #3954DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3954DC

Black with #3954DC

Text Example


Text Example

White with #3954DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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