Html Css Color HEX #3866D5 Royal Blue

📋 copy color: '#3866D5'

red 56 ◦ green 102 ◦ blue 213

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

Shades of Royal Blue #3866D5

Tints of Royal Blue #3866D5

RGB

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

 GREEN value IS 102 (40.23% from 255) = 27.49%

 BLUE value IS 213 (83.59% from 255) = 57.41%

R = 15.09%
G = 27.49%
B = 57.41%

CMYK

 C value IS 0.74

 M value IS 0.52

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#3866D5 (or 0x3866D5) is known color: Royal Blue. HEX triplet: 38, 66 and D5. RGB value is (56,102,213). Sum of RGB (Red+Green+Blue) = 56+102+213=371 (49% of max value = 765). Red value is 56 (22.27% from 255 or 15.09% from 371); Green value is 102 (40.23% from 255 or 27.49% from 371); Blue value is 213 (83.59% from 255 or 57.41% from 371); Max value from RGB is 213 - color contains mainly: blue. Hex color #3866D5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3866D5 is #C7992A. Grayscale: #646464. Windows color (decimal): -13080875 or 13985336. OLE color: 13985336.

HSL color Cylindrical-coordinate representation of color #3866D5: hue angle of 222.42º degrees, saturation: 0.65, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3866D5 is Cyan = 0.74, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 56 102 213 -
CMYK 0.74 0.52 0 0.16
HSL 222.42º 0.65% 0.53% -
HSV(B) 222.42º 0.74% 0.84% -
XYZ 18.39 15.15 64.91 -
YUV 100.9 191.26 95.97 -
System Red Green Blue C M Y K H S L
Decimal 56 102 213 0.74 0.52 0 0.16 222.42 0.65 0.53
Hex 38 66 D5 4A 34 0 10 DE 41 35
Octal 70 146 325 112 64 0 20 336 101 65
Binary 111000 1100110 11010101 1001010 110100 0 10000 11011110 1000001 110101

Color Harmonies of #3866D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3866D5

Black with #3866D5

Text Example


Text Example

White with #3866D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3866D5; }

 p { color: rgb(56,102,213); }

 H1.HeaderClassName
 {
   color: #3866D5;
 }
 .AnyTagClassName
 {
   color: #3866D5;
 }
</style>

background-color css

<style>
 a { background-color: #3866D5; }

 a { background-color: rgb(56,102,213); }

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

border-color css

<style>
 span { border-color: #3866D5; }

 span { border-color: rgb(56,102,213); }

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