Html Css Color HEX #735EB0 Blue Marguerite

📋 copy color: '#735EB0'

red 115 ◦ green 94 ◦ blue 176

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

Shades of Blue Marguerite #735EB0

Tints of Blue Marguerite #735EB0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 45.71%

R = 29.87%
G = 24.42%
B = 45.71%

CMYK

 C value IS 0.35

 M value IS 0.47

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#735EB0 (or 0x735EB0) is known color: Blue Marguerite. HEX triplet: 73, 5E and B0. RGB value is (115,94,176). Sum of RGB (Red+Green+Blue) = 115+94+176=385 (50% of max value = 765). Red value is 115 (45.31% from 255 or 29.87% from 385); Green value is 94 (37.11% from 255 or 24.42% from 385); Blue value is 176 (69.14% from 255 or 45.71% from 385); Max value from RGB is 176 - color contains mainly: blue. Hex color #735EB0 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #735EB0 is #8CA14F. Grayscale: #6D6D6D. Windows color (decimal): -9216336 or 11558515. OLE color: 11558515.

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

Color convert

RGB 115 94 176 -
CMYK 0.35 0.47 0 0.31
HSL 255.37º 0.34% 0.53% -
HSV(B) 255.37º 0.47% 0.69% -
XYZ 18.91 14.78 42.93 -
YUV 109.63 165.46 131.83 -
System Red Green Blue C M Y K H S L
Decimal 115 94 176 0.35 0.47 0 0.31 255.37 0.34 0.53
Hex 73 5E B0 23 2F 0 1F FF 22 35
Octal 163 136 260 43 57 0 37 377 42 65
Binary 1110011 1011110 10110000 100011 101111 0 11111 11111111 100010 110101

Color Harmonies of #735EB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #735EB0

Black with #735EB0

Text Example


Text Example

White with #735EB0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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