Html Css Color HEX #386CE9 Royal Blue

📋 copy color: '#386CE9'

red 56 ◦ green 108 ◦ blue 233

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

Shades of Royal Blue #386CE9

Tints of Royal Blue #386CE9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 58.69%

R = 14.11%
G = 27.2%
B = 58.69%

CMYK

 C value IS 0.76

 M value IS 0.54

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#386CE9 (or 0x386CE9) is known color: Royal Blue. HEX triplet: 38, 6C and E9. RGB value is (56,108,233). Sum of RGB (Red+Green+Blue) = 56+108+233=397 (52% of max value = 765). Red value is 56 (22.27% from 255 or 14.11% from 397); Green value is 108 (42.58% from 255 or 27.20% from 397); Blue value is 233 (91.41% from 255 or 58.69% from 397); Max value from RGB is 233 - color contains mainly: blue. Hex color #386CE9 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #386CE9 is #C79316. Grayscale: #6A6A6A. Windows color (decimal): -13079319 or 15297592. OLE color: 15297592.

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

Color convert

RGB 56 108 233 -
CMYK 0.76 0.54 0 0.09
HSL 222.37º 0.8% 0.57% -
HSV(B) 222.37º 0.76% 0.91% -
XYZ 21.7 17.45 79.32 -
YUV 106.7 199.27 91.84 -
System Red Green Blue C M Y K H S L
Decimal 56 108 233 0.76 0.54 0 0.09 222.37 0.8 0.57
Hex 38 6C E9 4C 36 0 9 DE 50 39
Octal 70 154 351 114 66 0 11 336 120 71
Binary 111000 1101100 11101001 1001100 110110 0 1001 11011110 1010000 111001

Color Harmonies of #386CE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #386CE9

Black with #386CE9

Text Example


Text Example

White with #386CE9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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