Html Css Color HEX #386CCE Royal Blue

📋 copy color: '#386CCE'

red 56 ◦ green 108 ◦ blue 206

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

Shades of Royal Blue #386CCE

Tints of Royal Blue #386CCE

RGB

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

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

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

R = 15.14%
G = 29.19%
B = 55.68%

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

#386CCE (or 0x386CCE) is known color: Royal Blue. HEX triplet: 38, 6C and CE. RGB value is (56,108,206). Sum of RGB (Red+Green+Blue) = 56+108+206=370 (49% of max value = 765). Red value is 56 (22.27% from 255 or 15.14% from 370); Green value is 108 (42.58% from 255 or 29.19% from 370); Blue value is 206 (80.86% from 255 or 55.68% from 370); Max value from RGB is 206 - color contains mainly: blue. Hex color #386CCE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #386CCE is #C79331. Grayscale: #676767. Windows color (decimal): -13079346 or 13528120. OLE color: 13528120.

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

Color convert

RGB 56 108 206 -
CMYK 0.73 0.48 0 0.19
HSL 219.2º 0.6% 0.51% -
HSV(B) 219.2º 0.73% 0.81% -
XYZ 18.13 16.02 60.53 -
YUV 103.62 185.77 94.03 -
System Red Green Blue C M Y K H S L
Decimal 56 108 206 0.73 0.48 0 0.19 219.2 0.6 0.51
Hex 38 6C CE 49 30 0 13 DB 3C 33
Octal 70 154 316 111 60 0 23 333 74 63
Binary 111000 1101100 11001110 1001001 110000 0 10011 11011011 111100 110011

Color Harmonies of #386CCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #386CCE

Black with #386CCE

Text Example


Text Example

White with #386CCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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