Html Css Color HEX #386EE9 Royal Blue

📋 copy color: '#386EE9'

red 56 ◦ green 110 ◦ blue 233

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

Shades of Royal Blue #386EE9

Tints of Royal Blue #386EE9

RGB

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

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

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

R = 14.04%
G = 27.57%
B = 58.4%

CMYK

 C value IS 0.76

 M value IS 0.53

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#386EE9 (or 0x386EE9) is known color: Royal Blue. HEX triplet: 38, 6E and E9. RGB value is (56,110,233). Sum of RGB (Red+Green+Blue) = 56+110+233=399 (52% of max value = 765). Red value is 56 (22.27% from 255 or 14.04% from 399); Green value is 110 (43.36% from 255 or 27.57% from 399); Blue value is 233 (91.41% from 255 or 58.40% from 399); Max value from RGB is 233 - color contains mainly: blue. Hex color #386EE9 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #386EE9 is #C79116. Grayscale: #6B6B6B. Windows color (decimal): -13078807 or 15298104. OLE color: 15298104.

HSL color Cylindrical-coordinate representation of color #386EE9: hue angle of 221.69º 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 #386EE9 is Cyan = 0.76, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 56 110 233 -
CMYK 0.76 0.53 0 0.09
HSL 221.69º 0.8% 0.57% -
HSV(B) 221.69º 0.76% 0.91% -
XYZ 21.91 17.88 79.39 -
YUV 107.88 198.61 91 -
System Red Green Blue C M Y K H S L
Decimal 56 110 233 0.76 0.53 0 0.09 221.69 0.8 0.57
Hex 38 6E E9 4C 35 0 9 DE 50 39
Octal 70 156 351 114 65 0 11 336 120 71
Binary 111000 1101110 11101001 1001100 110101 0 1001 11011110 1010000 111001

Color Harmonies of #386EE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #386EE9

Black with #386EE9

Text Example


Text Example

White with #386EE9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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