Html Css Color HEX #386BE3 Royal Blue

📋 copy color: '#386BE3'

red 56 ◦ green 107 ◦ blue 227

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

Shades of Royal Blue #386BE3

Tints of Royal Blue #386BE3

RGB

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

 GREEN value IS 107 (42.19% from 255) = 27.44%

 BLUE value IS 227 (89.06% from 255) = 58.21%

R = 14.36%
G = 27.44%
B = 58.21%

CMYK

 C value IS 0.75

 M value IS 0.53

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#386BE3 (or 0x386BE3) is known color: Royal Blue. HEX triplet: 38, 6B and E3. RGB value is (56,107,227). Sum of RGB (Red+Green+Blue) = 56+107+227=390 (51% of max value = 765). Red value is 56 (22.27% from 255 or 14.36% from 390); Green value is 107 (42.19% from 255 or 27.44% from 390); Blue value is 227 (89.06% from 255 or 58.21% from 390); Max value from RGB is 227 - color contains mainly: blue. Hex color #386BE3 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #386BE3 is #C7941C. Grayscale: #686868. Windows color (decimal): -13079581 or 14904120. OLE color: 14904120.

HSL color Cylindrical-coordinate representation of color #386BE3: hue angle of 222.11º degrees, saturation: 0.75, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #386BE3 is Cyan = 0.75, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 56 107 227 -
CMYK 0.75 0.53 0 0.11
HSL 222.11º 0.75% 0.55% -
HSV(B) 222.11º 0.75% 0.89% -
XYZ 20.75 16.9 74.84 -
YUV 105.43 196.6 92.74 -
System Red Green Blue C M Y K H S L
Decimal 56 107 227 0.75 0.53 0 0.11 222.11 0.75 0.55
Hex 38 6B E3 4B 35 0 B DE 4B 37
Octal 70 153 343 113 65 0 13 336 113 67
Binary 111000 1101011 11100011 1001011 110101 0 1011 11011110 1001011 110111

Color Harmonies of #386BE3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #386BE3

Black with #386BE3

Text Example


Text Example

White with #386BE3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,107,227); }

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

background-color css

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

 a { background-color: rgb(56,107,227); }

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

border-color css

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

 span { border-color: rgb(56,107,227); }

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