Html Css Color HEX #386FC7 Royal Blue

📋 copy color: '#386FC7'

red 56 ◦ green 111 ◦ blue 199

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

Shades of Royal Blue #386FC7

Tints of Royal Blue #386FC7

RGB

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

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

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

R = 15.3%
G = 30.33%
B = 54.37%

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

#386FC7 (or 0x386FC7) is known color: Royal Blue. HEX triplet: 38, 6F and C7. RGB value is (56,111,199). Sum of RGB (Red+Green+Blue) = 56+111+199=366 (48% of max value = 765). Red value is 56 (22.27% from 255 or 15.30% from 366); Green value is 111 (43.75% from 255 or 30.33% from 366); Blue value is 199 (78.12% from 255 or 54.37% from 366); Max value from RGB is 199 - color contains mainly: blue. Hex color #386FC7 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #386FC7 is #C79038. Grayscale: #686868. Windows color (decimal): -13078585 or 13070136. OLE color: 13070136.

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

Color convert

RGB 56 111 199 -
CMYK 0.72 0.44 0 0.22
HSL 216.92º 0.56% 0.5% -
HSV(B) 216.92º 0.72% 0.78% -
XYZ 17.62 16.33 56.26 -
YUV 104.59 181.28 93.34 -
System Red Green Blue C M Y K H S L
Decimal 56 111 199 0.72 0.44 0 0.22 216.92 0.56 0.5
Hex 38 6F C7 48 2C 0 16 D9 38 32
Octal 70 157 307 110 54 0 26 331 70 62
Binary 111000 1101111 11000111 1001000 101100 0 10110 11011001 111000 110010

Color Harmonies of #386FC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #386FC7

Black with #386FC7

Text Example


Text Example

White with #386FC7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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