Html Css Color HEX #735EAF Blue Marguerite

📋 copy color: '#735EAF'

red 115 ◦ green 94 ◦ blue 175

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

Shades of Blue Marguerite #735EAF

Tints of Blue Marguerite #735EAF

RGB

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

 GREEN value IS 94 (37.11% from 255) = 24.48%

 BLUE value IS 175 (68.75% from 255) = 45.57%

R = 29.95%
G = 24.48%
B = 45.57%

CMYK

 C value IS 0.34

 M value IS 0.46

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#735EAF (or 0x735EAF) is known color: Blue Marguerite. HEX triplet: 73, 5E and AF. RGB value is (115,94,175). Sum of RGB (Red+Green+Blue) = 115+94+175=384 (50% of max value = 765). Red value is 115 (45.31% from 255 or 29.95% from 384); Green value is 94 (37.11% from 255 or 24.48% from 384); Blue value is 175 (68.75% from 255 or 45.57% from 384); Max value from RGB is 175 - color contains mainly: blue. Hex color #735EAF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #735EAF is #8CA150. Grayscale: #6D6D6D. Windows color (decimal): -9216337 or 11492979. OLE color: 11492979.

HSL color Cylindrical-coordinate representation of color #735EAF: hue angle of 255.56º degrees, saturation: 0.34, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #735EAF is Cyan = 0.34, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 115 94 175 -
CMYK 0.34 0.46 0 0.31
HSL 255.56º 0.34% 0.53% -
HSV(B) 255.56º 0.46% 0.69% -
XYZ 18.81 14.75 42.41 -
YUV 109.51 164.96 131.91 -
System Red Green Blue C M Y K H S L
Decimal 115 94 175 0.34 0.46 0 0.31 255.56 0.34 0.53
Hex 73 5E AF 22 2E 0 1F 100 22 35
Octal 163 136 257 42 56 0 37 400 42 65
Binary 1110011 1011110 10101111 100010 101110 0 11111 100000000 100010 110101

Color Harmonies of #735EAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #735EAF

Black with #735EAF

Text Example


Text Example

White with #735EAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(115,94,175); }

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

background-color css

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

 a { background-color: rgb(115,94,175); }

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

border-color css

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

 span { border-color: rgb(115,94,175); }

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