Html Css Color HEX #386FC6 Royal Blue

📋 copy color: '#386FC6'

red 56 ◦ green 111 ◦ blue 198

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

Shades of Royal Blue #386FC6

Tints of Royal Blue #386FC6

RGB

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

 GREEN value IS 111 (43.75% from 255) = 30.41%

 BLUE value IS 198 (77.73% from 255) = 54.25%

R = 15.34%
G = 30.41%
B = 54.25%

CMYK

 C value IS 0.72

 M value IS 0.44

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#386FC6 (or 0x386FC6) is known color: Royal Blue. HEX triplet: 38, 6F and C6. RGB value is (56,111,198). Sum of RGB (Red+Green+Blue) = 56+111+198=365 (48% of max value = 765). Red value is 56 (22.27% from 255 or 15.34% from 365); Green value is 111 (43.75% from 255 or 30.41% from 365); Blue value is 198 (77.73% from 255 or 54.25% from 365); Max value from RGB is 198 - color contains mainly: blue. Hex color #386FC6 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #386FC6 is #C79039. Grayscale: #686868. Windows color (decimal): -13078586 or 13004600. OLE color: 13004600.

HSL color Cylindrical-coordinate representation of color #386FC6: hue angle of 216.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 #386FC6 is Cyan = 0.72, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 56 111 198 -
CMYK 0.72 0.44 0 0.22
HSL 216.76º 0.56% 0.5% -
HSV(B) 216.76º 0.72% 0.78% -
XYZ 17.51 16.29 55.65 -
YUV 104.47 180.78 93.43 -
System Red Green Blue C M Y K H S L
Decimal 56 111 198 0.72 0.44 0 0.22 216.76 0.56 0.5
Hex 38 6F C6 48 2C 0 16 D9 38 32
Octal 70 157 306 110 54 0 26 331 70 62
Binary 111000 1101111 11000110 1001000 101100 0 10110 11011001 111000 110010

Color Harmonies of #386FC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #386FC6

Black with #386FC6

Text Example


Text Example

White with #386FC6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,111,198); }

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

background-color css

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

 a { background-color: rgb(56,111,198); }

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

border-color css

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

 span { border-color: rgb(56,111,198); }

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