Html Css Color HEX #3867DC Royal Blue

📋 copy color: '#3867DC'

red 56 ◦ green 103 ◦ blue 220

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

Shades of Royal Blue #3867DC

Tints of Royal Blue #3867DC

RGB

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

 GREEN value IS 103 (40.63% from 255) = 27.18%

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

R = 14.78%
G = 27.18%
B = 58.05%

CMYK

 C value IS 0.75

 M value IS 0.53

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#3867DC (or 0x3867DC) is known color: Royal Blue. HEX triplet: 38, 67 and DC. RGB value is (56,103,220). Sum of RGB (Red+Green+Blue) = 56+103+220=379 (50% of max value = 765). Red value is 56 (22.27% from 255 or 14.78% from 379); Green value is 103 (40.62% from 255 or 27.18% from 379); Blue value is 220 (86.33% from 255 or 58.05% from 379); Max value from RGB is 220 - color contains mainly: blue. Hex color #3867DC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3867DC is #C79823. Grayscale: #656565. Windows color (decimal): -13080612 or 14444344. OLE color: 14444344.

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

Color convert

RGB 56 103 220 -
CMYK 0.75 0.53 0 0.14
HSL 222.8º 0.7% 0.54% -
HSV(B) 222.8º 0.75% 0.86% -
XYZ 19.4 15.71 69.72 -
YUV 102.29 194.43 94.99 -
System Red Green Blue C M Y K H S L
Decimal 56 103 220 0.75 0.53 0 0.14 222.8 0.7 0.54
Hex 38 67 DC 4B 35 0 E DF 46 36
Octal 70 147 334 113 65 0 16 337 106 66
Binary 111000 1100111 11011100 1001011 110101 0 1110 11011111 1000110 110110

Color Harmonies of #3867DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3867DC

Black with #3867DC

Text Example


Text Example

White with #3867DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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