Html Css Color HEX #7358B9 Blue Marguerite

📋 copy color: '#7358B9'

red 115 ◦ green 88 ◦ blue 185

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

Shades of Blue Marguerite #7358B9

Tints of Blue Marguerite #7358B9

RGB

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

 GREEN value IS 88 (34.77% from 255) = 22.68%

 BLUE value IS 185 (72.66% from 255) = 47.68%

R = 29.64%
G = 22.68%
B = 47.68%

CMYK

 C value IS 0.38

 M value IS 0.52

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#7358B9 (or 0x7358B9) is known color: Blue Marguerite. HEX triplet: 73, 58 and B9. RGB value is (115,88,185). Sum of RGB (Red+Green+Blue) = 115+88+185=388 (51% of max value = 765). Red value is 115 (45.31% from 255 or 29.64% from 388); Green value is 88 (34.77% from 255 or 22.68% from 388); Blue value is 185 (72.66% from 255 or 47.68% from 388); Max value from RGB is 185 - color contains mainly: blue. Hex color #7358B9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7358B9 is #8CA746. Grayscale: #6A6A6A. Windows color (decimal): -9217863 or 12146803. OLE color: 12146803.

HSL color Cylindrical-coordinate representation of color #7358B9: hue angle of 256.7º degrees, saturation: 0.41, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7358B9 is Cyan = 0.38, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 115 88 185 -
CMYK 0.38 0.52 0 0.27
HSL 256.7º 0.41% 0.54% -
HSV(B) 256.7º 0.52% 0.73% -
XYZ 19.32 14.13 47.61 -
YUV 107.13 171.95 133.61 -
System Red Green Blue C M Y K H S L
Decimal 115 88 185 0.38 0.52 0 0.27 256.7 0.41 0.54
Hex 73 58 B9 26 34 0 1B 101 29 36
Octal 163 130 271 46 64 0 33 401 51 66
Binary 1110011 1011000 10111001 100110 110100 0 11011 100000001 101001 110110

Color Harmonies of #7358B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7358B9

Black with #7358B9

Text Example


Text Example

White with #7358B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7358B9; }

 p { color: rgb(115,88,185); }

 H1.HeaderClassName
 {
   color: #7358B9;
 }
 .AnyTagClassName
 {
   color: #7358B9;
 }
</style>

background-color css

<style>
 a { background-color: #7358B9; }

 a { background-color: rgb(115,88,185); }

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

border-color css

<style>
 span { border-color: #7358B9; }

 span { border-color: rgb(115,88,185); }

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