Html Css Color HEX #735BAA Blue Marguerite

📋 copy color: '#735BAA'

red 115 ◦ green 91 ◦ blue 170

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

Shades of Blue Marguerite #735BAA

Tints of Blue Marguerite #735BAA

RGB

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

 GREEN value IS 91 (35.94% from 255) = 24.2%

 BLUE value IS 170 (66.8% from 255) = 45.21%

R = 30.59%
G = 24.2%
B = 45.21%

CMYK

 C value IS 0.32

 M value IS 0.46

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#735BAA (or 0x735BAA) is known color: Blue Marguerite. HEX triplet: 73, 5B and AA. RGB value is (115,91,170). Sum of RGB (Red+Green+Blue) = 115+91+170=376 (49% of max value = 765). Red value is 115 (45.31% from 255 or 30.59% from 376); Green value is 91 (35.94% from 255 or 24.20% from 376); Blue value is 170 (66.80% from 255 or 45.21% from 376); Max value from RGB is 170 - color contains mainly: blue. Hex color #735BAA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #735BAA is #8CA455. Grayscale: #6A6A6A. Windows color (decimal): -9217110 or 11164531. OLE color: 11164531.

HSL color Cylindrical-coordinate representation of color #735BAA: hue angle of 258.23º degrees, saturation: 0.32, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #735BAA is Cyan = 0.32, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 115 91 170 -
CMYK 0.32 0.46 0 0.33
HSL 258.23º 0.32% 0.51% -
HSV(B) 258.23º 0.46% 0.67% -
XYZ 18.07 14.03 39.79 -
YUV 107.18 163.45 133.58 -
System Red Green Blue C M Y K H S L
Decimal 115 91 170 0.32 0.46 0 0.33 258.23 0.32 0.51
Hex 73 5B AA 20 2E 0 21 102 20 33
Octal 163 133 252 40 56 0 41 402 40 63
Binary 1110011 1011011 10101010 100000 101110 0 100001 100000010 100000 110011

Color Harmonies of #735BAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #735BAA

Black with #735BAA

Text Example


Text Example

White with #735BAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #735BAA; }

 p { color: rgb(115,91,170); }

 H1.HeaderClassName
 {
   color: #735BAA;
 }
 .AnyTagClassName
 {
   color: #735BAA;
 }
</style>

background-color css

<style>
 a { background-color: #735BAA; }

 a { background-color: rgb(115,91,170); }

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

border-color css

<style>
 span { border-color: #735BAA; }

 span { border-color: rgb(115,91,170); }

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