Html Css Color HEX #386EE7 Royal Blue

📋 copy color: '#386EE7'

red 56 ◦ green 110 ◦ blue 231

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

Shades of Royal Blue #386EE7

Tints of Royal Blue #386EE7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 58.19%

R = 14.11%
G = 27.71%
B = 58.19%

CMYK

 C value IS 0.76

 M value IS 0.52

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#386EE7 (or 0x386EE7) is known color: Royal Blue. HEX triplet: 38, 6E and E7. RGB value is (56,110,231). Sum of RGB (Red+Green+Blue) = 56+110+231=397 (52% of max value = 765). Red value is 56 (22.27% from 255 or 14.11% from 397); Green value is 110 (43.36% from 255 or 27.71% from 397); Blue value is 231 (90.62% from 255 or 58.19% from 397); Max value from RGB is 231 - color contains mainly: blue. Hex color #386EE7 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #386EE7 is #C79118. Grayscale: #6B6B6B. Windows color (decimal): -13078809 or 15167032. OLE color: 15167032.

HSL color Cylindrical-coordinate representation of color #386EE7: hue angle of 221.49º degrees, saturation: 0.78, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #386EE7 is Cyan = 0.76, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 56 110 231 -
CMYK 0.76 0.52 0 0.09
HSL 221.49º 0.78% 0.56% -
HSV(B) 221.49º 0.76% 0.91% -
XYZ 21.63 17.76 77.89 -
YUV 107.65 197.61 91.16 -
System Red Green Blue C M Y K H S L
Decimal 56 110 231 0.76 0.52 0 0.09 221.49 0.78 0.56
Hex 38 6E E7 4C 34 0 9 DD 4E 38
Octal 70 156 347 114 64 0 11 335 116 70
Binary 111000 1101110 11100111 1001100 110100 0 1001 11011101 1001110 111000

Color Harmonies of #386EE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #386EE7

Black with #386EE7

Text Example


Text Example

White with #386EE7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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