Html Css Color HEX #386DCC Royal Blue

📋 copy color: '#386DCC'

red 56 ◦ green 109 ◦ blue 204

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

Shades of Royal Blue #386DCC

Tints of Royal Blue #386DCC

RGB

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

 GREEN value IS 109 (42.97% from 255) = 29.54%

 BLUE value IS 204 (80.08% from 255) = 55.28%

R = 15.18%
G = 29.54%
B = 55.28%

CMYK

 C value IS 0.73

 M value IS 0.47

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#386DCC (or 0x386DCC) is known color: Royal Blue. HEX triplet: 38, 6D and CC. RGB value is (56,109,204). Sum of RGB (Red+Green+Blue) = 56+109+204=369 (48% of max value = 765). Red value is 56 (22.27% from 255 or 15.18% from 369); Green value is 109 (42.97% from 255 or 29.54% from 369); Blue value is 204 (80.08% from 255 or 55.28% from 369); Max value from RGB is 204 - color contains mainly: blue. Hex color #386DCC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #386DCC is #C79233. Grayscale: #676767. Windows color (decimal): -13079092 or 13397304. OLE color: 13397304.

HSL color Cylindrical-coordinate representation of color #386DCC: hue angle of 218.51º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #386DCC is Cyan = 0.73, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 56 109 204 -
CMYK 0.73 0.47 0 0.2
HSL 218.51º 0.59% 0.51% -
HSV(B) 218.51º 0.73% 0.8% -
XYZ 18 16.14 59.29 -
YUV 103.98 184.44 93.78 -
System Red Green Blue C M Y K H S L
Decimal 56 109 204 0.73 0.47 0 0.2 218.51 0.59 0.51
Hex 38 6D CC 49 2F 0 14 DB 3B 33
Octal 70 155 314 111 57 0 24 333 73 63
Binary 111000 1101101 11001100 1001001 101111 0 10100 11011011 111011 110011

Color Harmonies of #386DCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #386DCC

Black with #386DCC

Text Example


Text Example

White with #386DCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,109,204); }

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

background-color css

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

 a { background-color: rgb(56,109,204); }

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

border-color css

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

 span { border-color: rgb(56,109,204); }

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