Html Css Color HEX #7366BF Blue Marguerite

📋 copy color: '#7366BF'

red 115 ◦ green 102 ◦ blue 191

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

Shades of Blue Marguerite #7366BF

Tints of Blue Marguerite #7366BF

RGB

 RED value IS 115 (45.31% from 255) = 28.19%

 GREEN value IS 102 (40.23% from 255) = 25%

 BLUE value IS 191 (75% from 255) = 46.81%

R = 28.19%
G = 25%
B = 46.81%

CMYK

 C value IS 0.40

 M value IS 0.47

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#7366BF (or 0x7366BF) is known color: Blue Marguerite. HEX triplet: 73, 66 and BF. RGB value is (115,102,191). Sum of RGB (Red+Green+Blue) = 115+102+191=408 (54% of max value = 765). Red value is 115 (45.31% from 255 or 28.19% from 408); Green value is 102 (40.23% from 255 or 25% from 408); Blue value is 191 (75% from 255 or 46.81% from 408); Max value from RGB is 191 - color contains mainly: blue. Hex color #7366BF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7366BF is #8C9940. Grayscale: #737373. Windows color (decimal): -9214273 or 12543603. OLE color: 12543603.

HSL color Cylindrical-coordinate representation of color #7366BF: hue angle of 248.76º degrees, saturation: 0.41, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7366BF is Cyan = 0.40, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 115 102 191 -
CMYK 0.40 0.47 0 0.25
HSL 248.76º 0.41% 0.57% -
HSV(B) 248.76º 0.47% 0.75% -
XYZ 21.23 16.91 51.44 -
YUV 116.03 170.31 127.26 -
System Red Green Blue C M Y K H S L
Decimal 115 102 191 0.40 0.47 0 0.25 248.76 0.41 0.57
Hex 73 66 BF 28 2F 0 19 F9 29 39
Octal 163 146 277 50 57 0 31 371 51 71
Binary 1110011 1100110 10111111 101000 101111 0 11001 11111001 101001 111001

Color Harmonies of #7366BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7366BF

Black with #7366BF

Text Example


Text Example

White with #7366BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7366BF; }

 p { color: rgb(115,102,191); }

 H1.HeaderClassName
 {
   color: #7366BF;
 }
 .AnyTagClassName
 {
   color: #7366BF;
 }
</style>

background-color css

<style>
 a { background-color: #7366BF; }

 a { background-color: rgb(115,102,191); }

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

border-color css

<style>
 span { border-color: #7366BF; }

 span { border-color: rgb(115,102,191); }

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