Html Css Color HEX #386DC7 Royal Blue

📋 copy color: '#386DC7'

red 56 ◦ green 109 ◦ blue 199

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

Shades of Royal Blue #386DC7

Tints of Royal Blue #386DC7

RGB

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

 GREEN value IS 109 (42.97% from 255) = 29.95%

 BLUE value IS 199 (78.13% from 255) = 54.67%

R = 15.38%
G = 29.95%
B = 54.67%

CMYK

 C value IS 0.72

 M value IS 0.45

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#386DC7 (or 0x386DC7) is known color: Royal Blue. HEX triplet: 38, 6D and C7. RGB value is (56,109,199). Sum of RGB (Red+Green+Blue) = 56+109+199=364 (48% of max value = 765). Red value is 56 (22.27% from 255 or 15.38% from 364); Green value is 109 (42.97% from 255 or 29.95% from 364); Blue value is 199 (78.12% from 255 or 54.67% from 364); Max value from RGB is 199 - color contains mainly: blue. Hex color #386DC7 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #386DC7 is #C79238. Grayscale: #676767. Windows color (decimal): -13079097 or 13069624. OLE color: 13069624.

HSL color Cylindrical-coordinate representation of color #386DC7: hue angle of 217.76º degrees, saturation: 0.56, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #386DC7 is Cyan = 0.72, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 56 109 199 -
CMYK 0.72 0.45 0 0.22
HSL 217.76º 0.56% 0.5% -
HSV(B) 217.76º 0.72% 0.78% -
XYZ 17.41 15.9 56.18 -
YUV 103.41 181.94 94.18 -
System Red Green Blue C M Y K H S L
Decimal 56 109 199 0.72 0.45 0 0.22 217.76 0.56 0.5
Hex 38 6D C7 48 2D 0 16 DA 38 32
Octal 70 155 307 110 55 0 26 332 70 62
Binary 111000 1101101 11000111 1001000 101101 0 10110 11011010 111000 110010

Color Harmonies of #386DC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #386DC7

Black with #386DC7

Text Example


Text Example

White with #386DC7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #386DC7; }

 p { color: rgb(56,109,199); }

 H1.HeaderClassName
 {
   color: #386DC7;
 }
 .AnyTagClassName
 {
   color: #386DC7;
 }
</style>

background-color css

<style>
 a { background-color: #386DC7; }

 a { background-color: rgb(56,109,199); }

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

border-color css

<style>
 span { border-color: #386DC7; }

 span { border-color: rgb(56,109,199); }

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