Html Css Color HEX #3854DD Royal Blue

📋 copy color: '#3854DD'

red 56 ◦ green 84 ◦ blue 221

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

Shades of Royal Blue #3854DD

Tints of Royal Blue #3854DD

RGB

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

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

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

R = 15.51%
G = 23.27%
B = 61.22%

CMYK

 C value IS 0.75

 M value IS 0.62

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#3854DD (or 0x3854DD) is known color: Royal Blue. HEX triplet: 38, 54 and DD. RGB value is (56,84,221). Sum of RGB (Red+Green+Blue) = 56+84+221=361 (47% of max value = 765). Red value is 56 (22.27% from 255 or 15.51% from 361); Green value is 84 (33.20% from 255 or 23.27% from 361); Blue value is 221 (86.72% from 255 or 61.22% from 361); Max value from RGB is 221 - color contains mainly: blue. Hex color #3854DD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3854DD is #C7AB22. Grayscale: #5A5A5A. Windows color (decimal): -13085475 or 14505016. OLE color: 14505016.

HSL color Cylindrical-coordinate representation of color #3854DD: hue angle of 229.82º degrees, saturation: 0.71, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3854DD is Cyan = 0.75, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 56 84 221 -
CMYK 0.75 0.62 0 0.13
HSL 229.82º 0.71% 0.54% -
HSV(B) 229.82º 0.75% 0.87% -
XYZ 17.85 12.4 69.86 -
YUV 91.25 201.22 102.86 -
System Red Green Blue C M Y K H S L
Decimal 56 84 221 0.75 0.62 0 0.13 229.82 0.71 0.54
Hex 38 54 DD 4B 3E 0 D E6 47 36
Octal 70 124 335 113 76 0 15 346 107 66
Binary 111000 1010100 11011101 1001011 111110 0 1101 11100110 1000111 110110

Color Harmonies of #3854DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3854DD

Black with #3854DD

Text Example


Text Example

White with #3854DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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