Html Css Color HEX #386AC9 Royal Blue

📋 copy color: '#386AC9'

red 56 ◦ green 106 ◦ blue 201

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

Shades of Royal Blue #386AC9

Tints of Royal Blue #386AC9

RGB

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

 GREEN value IS 106 (41.8% from 255) = 29.2%

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

R = 15.43%
G = 29.2%
B = 55.37%

CMYK

 C value IS 0.72

 M value IS 0.47

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#386AC9 (or 0x386AC9) is known color: Royal Blue. HEX triplet: 38, 6A and C9. RGB value is (56,106,201). Sum of RGB (Red+Green+Blue) = 56+106+201=363 (48% of max value = 765). Red value is 56 (22.27% from 255 or 15.43% from 363); Green value is 106 (41.80% from 255 or 29.20% from 363); Blue value is 201 (78.91% from 255 or 55.37% from 363); Max value from RGB is 201 - color contains mainly: blue. Hex color #386AC9 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #386AC9 is #C79536. Grayscale: #656565. Windows color (decimal): -13079863 or 13199928. OLE color: 13199928.

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

Color convert

RGB 56 106 201 -
CMYK 0.72 0.47 0 0.21
HSL 219.31º 0.57% 0.5% -
HSV(B) 219.31º 0.72% 0.79% -
XYZ 17.33 15.37 57.31 -
YUV 101.88 183.94 95.28 -
System Red Green Blue C M Y K H S L
Decimal 56 106 201 0.72 0.47 0 0.21 219.31 0.57 0.5
Hex 38 6A C9 48 2F 0 15 DB 39 32
Octal 70 152 311 110 57 0 25 333 71 62
Binary 111000 1101010 11001001 1001000 101111 0 10101 11011011 111001 110010

Color Harmonies of #386AC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #386AC9

Black with #386AC9

Text Example


Text Example

White with #386AC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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