Html Css Color HEX #386FC9 Royal Blue

📋 copy color: '#386FC9'

red 56 ◦ green 111 ◦ blue 201

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

Shades of Royal Blue #386FC9

Tints of Royal Blue #386FC9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 54.62%

R = 15.22%
G = 30.16%
B = 54.62%

CMYK

 C value IS 0.72

 M value IS 0.45

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#386FC9 (or 0x386FC9) is known color: Royal Blue. HEX triplet: 38, 6F and C9. RGB value is (56,111,201). Sum of RGB (Red+Green+Blue) = 56+111+201=368 (48% of max value = 765). Red value is 56 (22.27% from 255 or 15.22% from 368); Green value is 111 (43.75% from 255 or 30.16% from 368); Blue value is 201 (78.91% from 255 or 54.62% from 368); Max value from RGB is 201 - color contains mainly: blue. Hex color #386FC9 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #386FC9 is #C79036. Grayscale: #686868. Windows color (decimal): -13078583 or 13201208. OLE color: 13201208.

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

Color convert

RGB 56 111 201 -
CMYK 0.72 0.45 0 0.21
HSL 217.24º 0.57% 0.5% -
HSV(B) 217.24º 0.72% 0.79% -
XYZ 17.86 16.43 57.49 -
YUV 104.82 182.28 93.18 -
System Red Green Blue C M Y K H S L
Decimal 56 111 201 0.72 0.45 0 0.21 217.24 0.57 0.5
Hex 38 6F C9 48 2D 0 15 D9 39 32
Octal 70 157 311 110 55 0 25 331 71 62
Binary 111000 1101111 11001001 1001000 101101 0 10101 11011001 111001 110010

Color Harmonies of #386FC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #386FC9

Black with #386FC9

Text Example


Text Example

White with #386FC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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