Html Css Color HEX #735EB8 Blue Marguerite

📋 copy color: '#735EB8'

red 115 ◦ green 94 ◦ blue 184

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

Shades of Blue Marguerite #735EB8

Tints of Blue Marguerite #735EB8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 46.82%

R = 29.26%
G = 23.92%
B = 46.82%

CMYK

 C value IS 0.38

 M value IS 0.49

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#735EB8 (or 0x735EB8) is known color: Blue Marguerite. HEX triplet: 73, 5E and B8. RGB value is (115,94,184). Sum of RGB (Red+Green+Blue) = 115+94+184=393 (52% of max value = 765). Red value is 115 (45.31% from 255 or 29.26% from 393); Green value is 94 (37.11% from 255 or 23.92% from 393); Blue value is 184 (72.27% from 255 or 46.82% from 393); Max value from RGB is 184 - color contains mainly: blue. Hex color #735EB8 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #735EB8 is #8CA147. Grayscale: #6E6E6E. Windows color (decimal): -9216328 or 12082803. OLE color: 12082803.

HSL color Cylindrical-coordinate representation of color #735EB8: hue angle of 254º degrees, saturation: 0.39, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #735EB8 is Cyan = 0.38, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 115 94 184 -
CMYK 0.38 0.49 0 0.28
HSL 254º 0.39% 0.55% -
HSV(B) 254º 0.49% 0.72% -
XYZ 19.72 15.11 47.22 -
YUV 110.54 169.46 131.18 -
System Red Green Blue C M Y K H S L
Decimal 115 94 184 0.38 0.49 0 0.28 254 0.39 0.55
Hex 73 5E B8 26 31 0 1C FE 27 37
Octal 163 136 270 46 61 0 34 376 47 67
Binary 1110011 1011110 10111000 100110 110001 0 11100 11111110 100111 110111

Color Harmonies of #735EB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #735EB8

Black with #735EB8

Text Example


Text Example

White with #735EB8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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