Html Css Color HEX #386CDF Royal Blue

📋 copy color: '#386CDF'

red 56 ◦ green 108 ◦ blue 223

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

Shades of Royal Blue #386CDF

Tints of Royal Blue #386CDF

RGB

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

 GREEN value IS 108 (42.58% from 255) = 27.91%

 BLUE value IS 223 (87.5% from 255) = 57.62%

R = 14.47%
G = 27.91%
B = 57.62%

CMYK

 C value IS 0.75

 M value IS 0.52

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#386CDF (or 0x386CDF) is known color: Royal Blue. HEX triplet: 38, 6C and DF. RGB value is (56,108,223). Sum of RGB (Red+Green+Blue) = 56+108+223=387 (51% of max value = 765). Red value is 56 (22.27% from 255 or 14.47% from 387); Green value is 108 (42.58% from 255 or 27.91% from 387); Blue value is 223 (87.5% from 255 or 57.62% from 387); Max value from RGB is 223 - color contains mainly: blue. Hex color #386CDF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #386CDF is #C79320. Grayscale: #696969. Windows color (decimal): -13079329 or 14642232. OLE color: 14642232.

HSL color Cylindrical-coordinate representation of color #386CDF: hue angle of 221.32º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #386CDF is Cyan = 0.75, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 56 108 223 -
CMYK 0.75 0.52 0 0.13
HSL 221.32º 0.72% 0.55% -
HSV(B) 221.32º 0.75% 0.87% -
XYZ 20.31 16.89 72 -
YUV 105.56 194.27 92.65 -
System Red Green Blue C M Y K H S L
Decimal 56 108 223 0.75 0.52 0 0.13 221.32 0.72 0.55
Hex 38 6C DF 4B 34 0 D DD 48 37
Octal 70 154 337 113 64 0 15 335 110 67
Binary 111000 1101100 11011111 1001011 110100 0 1101 11011101 1001000 110111

Color Harmonies of #386CDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #386CDF

Black with #386CDF

Text Example


Text Example

White with #386CDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,108,223); }

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

background-color css

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

 a { background-color: rgb(56,108,223); }

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

border-color css

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

 span { border-color: rgb(56,108,223); }

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