Html Css Color HEX #386EC8 Royal Blue

📋 copy color: '#386EC8'

red 56 ◦ green 110 ◦ blue 200

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

Shades of Royal Blue #386EC8

Tints of Royal Blue #386EC8

RGB

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

 GREEN value IS 110 (43.36% from 255) = 30.05%

 BLUE value IS 200 (78.52% from 255) = 54.64%

R = 15.3%
G = 30.05%
B = 54.64%

CMYK

 C value IS 0.72

 M value IS 0.45

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#386EC8 (or 0x386EC8) is known color: Royal Blue. HEX triplet: 38, 6E and C8. RGB value is (56,110,200). Sum of RGB (Red+Green+Blue) = 56+110+200=366 (48% of max value = 765). Red value is 56 (22.27% from 255 or 15.30% from 366); Green value is 110 (43.36% from 255 or 30.05% from 366); Blue value is 200 (78.52% from 255 or 54.64% from 366); Max value from RGB is 200 - color contains mainly: blue. Hex color #386EC8 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #386EC8 is #C79137. Grayscale: #676767. Windows color (decimal): -13078840 or 13135416. OLE color: 13135416.

HSL color Cylindrical-coordinate representation of color #386EC8: hue angle of 217.5º degrees, saturation: 0.57, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #386EC8 is Cyan = 0.72, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 56 110 200 -
CMYK 0.72 0.45 0 0.22
HSL 217.5º 0.57% 0.5% -
HSV(B) 217.5º 0.72% 0.78% -
XYZ 17.63 16.16 56.83 -
YUV 104.11 182.11 93.68 -
System Red Green Blue C M Y K H S L
Decimal 56 110 200 0.72 0.45 0 0.22 217.5 0.57 0.5
Hex 38 6E C8 48 2D 0 16 DA 39 32
Octal 70 156 310 110 55 0 26 332 71 62
Binary 111000 1101110 11001000 1001000 101101 0 10110 11011010 111001 110010

Color Harmonies of #386EC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #386EC8

Black with #386EC8

Text Example


Text Example

White with #386EC8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,110,200); }

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

background-color css

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

 a { background-color: rgb(56,110,200); }

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

border-color css

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

 span { border-color: rgb(56,110,200); }

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