Html Css Color HEX #3863E0 Royal Blue

📋 copy color: '#3863E0'

red 56 ◦ green 99 ◦ blue 224

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

Shades of Royal Blue #3863E0

Tints of Royal Blue #3863E0

RGB

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

 GREEN value IS 99 (39.06% from 255) = 26.12%

 BLUE value IS 224 (87.89% from 255) = 59.1%

R = 14.78%
G = 26.12%
B = 59.1%

CMYK

 C value IS 0.75

 M value IS 0.56

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#3863E0 (or 0x3863E0) is known color: Royal Blue. HEX triplet: 38, 63 and E0. RGB value is (56,99,224). Sum of RGB (Red+Green+Blue) = 56+99+224=379 (50% of max value = 765). Red value is 56 (22.27% from 255 or 14.78% from 379); Green value is 99 (39.06% from 255 or 26.12% from 379); Blue value is 224 (87.89% from 255 or 59.10% from 379); Max value from RGB is 224 - color contains mainly: blue. Hex color #3863E0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3863E0 is #C79C1F. Grayscale: #636363. Windows color (decimal): -13081632 or 14705464. OLE color: 14705464.

HSL color Cylindrical-coordinate representation of color #3863E0: hue angle of 224.64º degrees, saturation: 0.73, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3863E0 is Cyan = 0.75, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 56 99 224 -
CMYK 0.75 0.56 0 0.12
HSL 224.64º 0.73% 0.55% -
HSV(B) 224.64º 0.75% 0.88% -
XYZ 19.55 15.15 72.41 -
YUV 100.39 197.75 96.34 -
System Red Green Blue C M Y K H S L
Decimal 56 99 224 0.75 0.56 0 0.12 224.64 0.73 0.55
Hex 38 63 E0 4B 38 0 C E1 49 37
Octal 70 143 340 113 70 0 14 341 111 67
Binary 111000 1100011 11100000 1001011 111000 0 1100 11100001 1001001 110111

Color Harmonies of #3863E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3863E0

Black with #3863E0

Text Example


Text Example

White with #3863E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3863E0; }

 p { color: rgb(56,99,224); }

 H1.HeaderClassName
 {
   color: #3863E0;
 }
 .AnyTagClassName
 {
   color: #3863E0;
 }
</style>

background-color css

<style>
 a { background-color: #3863E0; }

 a { background-color: rgb(56,99,224); }

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

border-color css

<style>
 span { border-color: #3863E0; }

 span { border-color: rgb(56,99,224); }

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