Html Css Color HEX #3854DC Royal Blue

📋 copy color: '#3854DC'

red 56 ◦ green 84 ◦ blue 220

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

Shades of Royal Blue #3854DC

Tints of Royal Blue #3854DC

RGB

 RED value IS 56 (22.27% from 255) = 15.56%

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

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

R = 15.56%
G = 23.33%
B = 61.11%

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

#3854DC (or 0x3854DC) is known color: Royal Blue. HEX triplet: 38, 54 and DC. RGB value is (56,84,220). Sum of RGB (Red+Green+Blue) = 56+84+220=360 (47% of max value = 765). Red value is 56 (22.27% from 255 or 15.56% from 360); Green value is 84 (33.20% from 255 or 23.33% from 360); Blue value is 220 (86.33% from 255 or 61.11% from 360); Max value from RGB is 220 - color contains mainly: blue. Hex color #3854DC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3854DC is #C7AB23. Grayscale: #5A5A5A. Windows color (decimal): -13085476 or 14439480. OLE color: 14439480.

HSL color Cylindrical-coordinate representation of color #3854DC: hue angle of 229.76º 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 #3854DC is Cyan = 0.75, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 56 84 220 -
CMYK 0.75 0.62 0 0.14
HSL 229.76º 0.7% 0.54% -
HSV(B) 229.76º 0.75% 0.86% -
XYZ 17.72 12.35 69.16 -
YUV 91.13 200.72 102.94 -
System Red Green Blue C M Y K H S L
Decimal 56 84 220 0.75 0.62 0 0.14 229.76 0.7 0.54
Hex 38 54 DC 4B 3E 0 E E6 46 36
Octal 70 124 334 113 76 0 16 346 106 66
Binary 111000 1010100 11011100 1001011 111110 0 1110 11100110 1000110 110110

Color Harmonies of #3854DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3854DC

Black with #3854DC

Text Example


Text Example

White with #3854DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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