Html Css Color HEX #3869DC Royal Blue

📋 copy color: '#3869DC'

red 56 ◦ green 105 ◦ blue 220

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

Shades of Royal Blue #3869DC

Tints of Royal Blue #3869DC

RGB

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

 GREEN value IS 105 (41.41% from 255) = 27.56%

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

R = 14.7%
G = 27.56%
B = 57.74%

CMYK

 C value IS 0.75

 M value IS 0.52

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#3869DC (or 0x3869DC) is known color: Royal Blue. HEX triplet: 38, 69 and DC. RGB value is (56,105,220). Sum of RGB (Red+Green+Blue) = 56+105+220=381 (50% of max value = 765). Red value is 56 (22.27% from 255 or 14.70% from 381); Green value is 105 (41.41% from 255 or 27.56% from 381); Blue value is 220 (86.33% from 255 or 57.74% from 381); Max value from RGB is 220 - color contains mainly: blue. Hex color #3869DC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3869DC is #C79623. Grayscale: #666666. Windows color (decimal): -13080100 or 14444856. OLE color: 14444856.

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

Color convert

RGB 56 105 220 -
CMYK 0.75 0.52 0 0.14
HSL 222.07º 0.7% 0.54% -
HSV(B) 222.07º 0.75% 0.86% -
XYZ 19.6 16.11 69.79 -
YUV 103.46 193.77 94.15 -
System Red Green Blue C M Y K H S L
Decimal 56 105 220 0.75 0.52 0 0.14 222.07 0.7 0.54
Hex 38 69 DC 4B 34 0 E DE 46 36
Octal 70 151 334 113 64 0 16 336 106 66
Binary 111000 1101001 11011100 1001011 110100 0 1110 11011110 1000110 110110

Color Harmonies of #3869DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3869DC

Black with #3869DC

Text Example


Text Example

White with #3869DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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