Html Css Color HEX #386BCE Royal Blue

📋 copy color: '#386BCE'

red 56 ◦ green 107 ◦ blue 206

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

Shades of Royal Blue #386BCE

Tints of Royal Blue #386BCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 55.83%

R = 15.18%
G = 29%
B = 55.83%

CMYK

 C value IS 0.73

 M value IS 0.48

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#386BCE (or 0x386BCE) is known color: Royal Blue. HEX triplet: 38, 6B and CE. RGB value is (56,107,206). Sum of RGB (Red+Green+Blue) = 56+107+206=369 (48% of max value = 765). Red value is 56 (22.27% from 255 or 15.18% from 369); Green value is 107 (42.19% from 255 or 29.00% from 369); Blue value is 206 (80.86% from 255 or 55.83% from 369); Max value from RGB is 206 - color contains mainly: blue. Hex color #386BCE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #386BCE is #C79431. Grayscale: #666666. Windows color (decimal): -13079602 or 13527864. OLE color: 13527864.

HSL color Cylindrical-coordinate representation of color #386BCE: hue angle of 219.6º degrees, saturation: 0.6, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #386BCE is Cyan = 0.73, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 56 107 206 -
CMYK 0.73 0.48 0 0.19
HSL 219.6º 0.6% 0.51% -
HSV(B) 219.6º 0.73% 0.81% -
XYZ 18.03 15.81 60.49 -
YUV 103.04 186.1 94.45 -
System Red Green Blue C M Y K H S L
Decimal 56 107 206 0.73 0.48 0 0.19 219.6 0.6 0.51
Hex 38 6B CE 49 30 0 13 DC 3C 33
Octal 70 153 316 111 60 0 23 334 74 63
Binary 111000 1101011 11001110 1001001 110000 0 10011 11011100 111100 110011

Color Harmonies of #386BCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #386BCE

Black with #386BCE

Text Example


Text Example

White with #386BCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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