Html Css Color HEX #386BCC Royal Blue

📋 copy color: '#386BCC'

red 56 ◦ green 107 ◦ blue 204

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

Shades of Royal Blue #386BCC

Tints of Royal Blue #386BCC

RGB

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

 GREEN value IS 107 (42.19% from 255) = 29.16%

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

R = 15.26%
G = 29.16%
B = 55.59%

CMYK

 C value IS 0.73

 M value IS 0.48

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#386BCC (or 0x386BCC) is known color: Royal Blue. HEX triplet: 38, 6B and CC. RGB value is (56,107,204). Sum of RGB (Red+Green+Blue) = 56+107+204=367 (48% of max value = 765). Red value is 56 (22.27% from 255 or 15.26% from 367); Green value is 107 (42.19% from 255 or 29.16% from 367); Blue value is 204 (80.08% from 255 or 55.59% from 367); Max value from RGB is 204 - color contains mainly: blue. Hex color #386BCC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #386BCC is #C79433. Grayscale: #666666. Windows color (decimal): -13079604 or 13396792. OLE color: 13396792.

HSL color Cylindrical-coordinate representation of color #386BCC: hue angle of 219.32º 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 #386BCC is Cyan = 0.73, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 56 107 204 -
CMYK 0.73 0.48 0 0.2
HSL 219.32º 0.59% 0.51% -
HSV(B) 219.32º 0.73% 0.8% -
XYZ 17.79 15.72 59.22 -
YUV 102.81 185.1 94.61 -
System Red Green Blue C M Y K H S L
Decimal 56 107 204 0.73 0.48 0 0.2 219.32 0.59 0.51
Hex 38 6B CC 49 30 0 14 DB 3B 33
Octal 70 153 314 111 60 0 24 333 73 63
Binary 111000 1101011 11001100 1001001 110000 0 10100 11011011 111011 110011

Color Harmonies of #386BCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #386BCC

Black with #386BCC

Text Example


Text Example

White with #386BCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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