Html Css Color HEX #7353BC Blue Marguerite

📋 copy color: '#7353BC'

red 115 ◦ green 83 ◦ blue 188

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

Shades of Blue Marguerite #7353BC

Tints of Blue Marguerite #7353BC

RGB

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

 GREEN value IS 83 (32.81% from 255) = 21.5%

 BLUE value IS 188 (73.83% from 255) = 48.7%

R = 29.79%
G = 21.5%
B = 48.7%

CMYK

 C value IS 0.39

 M value IS 0.56

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#7353BC (or 0x7353BC) is known color: Blue Marguerite. HEX triplet: 73, 53 and BC. RGB value is (115,83,188). Sum of RGB (Red+Green+Blue) = 115+83+188=386 (51% of max value = 765). Red value is 115 (45.31% from 255 or 29.79% from 386); Green value is 83 (32.81% from 255 or 21.50% from 386); Blue value is 188 (73.83% from 255 or 48.70% from 386); Max value from RGB is 188 - color contains mainly: blue. Hex color #7353BC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7353BC is #8CAC43. Grayscale: #686868. Windows color (decimal): -9219140 or 12342131. OLE color: 12342131.

HSL color Cylindrical-coordinate representation of color #7353BC: hue angle of 258.29º degrees, saturation: 0.44, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #7353BC is Cyan = 0.39, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 115 83 188 -
CMYK 0.39 0.56 0 0.26
HSL 258.29º 0.44% 0.53% -
HSV(B) 258.29º 0.56% 0.74% -
XYZ 19.24 13.46 49.16 -
YUV 104.54 175.1 135.46 -
System Red Green Blue C M Y K H S L
Decimal 115 83 188 0.39 0.56 0 0.26 258.29 0.44 0.53
Hex 73 53 BC 27 38 0 1A 102 2C 35
Octal 163 123 274 47 70 0 32 402 54 65
Binary 1110011 1010011 10111100 100111 111000 0 11010 100000010 101100 110101

Color Harmonies of #7353BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7353BC

Black with #7353BC

Text Example


Text Example

White with #7353BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7353BC; }

 p { color: rgb(115,83,188); }

 H1.HeaderClassName
 {
   color: #7353BC;
 }
 .AnyTagClassName
 {
   color: #7353BC;
 }
</style>

background-color css

<style>
 a { background-color: #7353BC; }

 a { background-color: rgb(115,83,188); }

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

border-color css

<style>
 span { border-color: #7353BC; }

 span { border-color: rgb(115,83,188); }

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