Html Css Color HEX #735AAE Blue Marguerite

📋 copy color: '#735AAE'

red 115 ◦ green 90 ◦ blue 174

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

Shades of Blue Marguerite #735AAE

Tints of Blue Marguerite #735AAE

RGB

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

 GREEN value IS 90 (35.55% from 255) = 23.75%

 BLUE value IS 174 (68.36% from 255) = 45.91%

R = 30.34%
G = 23.75%
B = 45.91%

CMYK

 C value IS 0.34

 M value IS 0.48

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#735AAE (or 0x735AAE) is known color: Blue Marguerite. HEX triplet: 73, 5A and AE. RGB value is (115,90,174). Sum of RGB (Red+Green+Blue) = 115+90+174=379 (50% of max value = 765). Red value is 115 (45.31% from 255 or 30.34% from 379); Green value is 90 (35.55% from 255 or 23.75% from 379); Blue value is 174 (68.36% from 255 or 45.91% from 379); Max value from RGB is 174 - color contains mainly: blue. Hex color #735AAE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #735AAE is #8CA551. Grayscale: #6A6A6A. Windows color (decimal): -9217362 or 11426419. OLE color: 11426419.

HSL color Cylindrical-coordinate representation of color #735AAE: hue angle of 257.86º degrees, saturation: 0.34, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #735AAE is Cyan = 0.34, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 115 90 174 -
CMYK 0.34 0.48 0 0.32
HSL 257.86º 0.34% 0.52% -
HSV(B) 257.86º 0.48% 0.68% -
XYZ 18.37 14.01 41.78 -
YUV 107.05 165.78 133.67 -
System Red Green Blue C M Y K H S L
Decimal 115 90 174 0.34 0.48 0 0.32 257.86 0.34 0.52
Hex 73 5A AE 22 30 0 20 102 22 34
Octal 163 132 256 42 60 0 40 402 42 64
Binary 1110011 1011010 10101110 100010 110000 0 100000 100000010 100010 110100

Color Harmonies of #735AAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #735AAE

Black with #735AAE

Text Example


Text Example

White with #735AAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(115,90,174); }

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

background-color css

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

 a { background-color: rgb(115,90,174); }

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

border-color css

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

 span { border-color: rgb(115,90,174); }

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