Html Css Color HEX #7358BF Blue Marguerite

📋 copy color: '#7358BF'

red 115 ◦ green 88 ◦ blue 191

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

Shades of Blue Marguerite #7358BF

Tints of Blue Marguerite #7358BF

RGB

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

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

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

R = 29.19%
G = 22.34%
B = 48.48%

CMYK

 C value IS 0.40

 M value IS 0.54

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#7358BF (or 0x7358BF) is known color: Blue Marguerite. HEX triplet: 73, 58 and BF. RGB value is (115,88,191). Sum of RGB (Red+Green+Blue) = 115+88+191=394 (52% of max value = 765). Red value is 115 (45.31% from 255 or 29.19% from 394); Green value is 88 (34.77% from 255 or 22.34% from 394); Blue value is 191 (75% from 255 or 48.48% from 394); Max value from RGB is 191 - color contains mainly: blue. Hex color #7358BF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7358BF is #8CA740. Grayscale: #6B6B6B. Windows color (decimal): -9217857 or 12540019. OLE color: 12540019.

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

Color convert

RGB 115 88 191 -
CMYK 0.40 0.54 0 0.25
HSL 255.73º 0.45% 0.55% -
HSV(B) 255.73º 0.54% 0.75% -
XYZ 19.96 14.39 51.01 -
YUV 107.82 174.95 133.12 -
System Red Green Blue C M Y K H S L
Decimal 115 88 191 0.40 0.54 0 0.25 255.73 0.45 0.55
Hex 73 58 BF 28 36 0 19 100 2D 37
Octal 163 130 277 50 66 0 31 400 55 67
Binary 1110011 1011000 10111111 101000 110110 0 11001 100000000 101101 110111

Color Harmonies of #7358BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7358BF

Black with #7358BF

Text Example


Text Example

White with #7358BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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