Html Css Color HEX #386EEC Royal Blue

📋 copy color: '#386EEC'

red 56 ◦ green 110 ◦ blue 236

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

Shades of Royal Blue #386EEC

Tints of Royal Blue #386EEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 58.71%

R = 13.93%
G = 27.36%
B = 58.71%

CMYK

 C value IS 0.76

 M value IS 0.53

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#386EEC (or 0x386EEC) is known color: Royal Blue. HEX triplet: 38, 6E and EC. RGB value is (56,110,236). Sum of RGB (Red+Green+Blue) = 56+110+236=402 (53% of max value = 765). Red value is 56 (22.27% from 255 or 13.93% from 402); Green value is 110 (43.36% from 255 or 27.36% from 402); Blue value is 236 (92.58% from 255 or 58.71% from 402); Max value from RGB is 236 - color contains mainly: blue. Hex color #386EEC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #386EEC is #C79113. Grayscale: #6B6B6B. Windows color (decimal): -13078804 or 15494712. OLE color: 15494712.

HSL color Cylindrical-coordinate representation of color #386EEC: hue angle of 222º degrees, saturation: 0.83, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #386EEC is Cyan = 0.76, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 56 110 236 -
CMYK 0.76 0.53 0 0.07
HSL 222º 0.83% 0.57% -
HSV(B) 222º 0.76% 0.93% -
XYZ 22.35 18.05 81.66 -
YUV 108.22 200.11 90.75 -
System Red Green Blue C M Y K H S L
Decimal 56 110 236 0.76 0.53 0 0.07 222 0.83 0.57
Hex 38 6E EC 4C 35 0 7 DE 53 39
Octal 70 156 354 114 65 0 7 336 123 71
Binary 111000 1101110 11101100 1001100 110101 0 111 11011110 1010011 111001

Color Harmonies of #386EEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #386EEC

Black with #386EEC

Text Example


Text Example

White with #386EEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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