Html Css Color HEX #735EBC Blue Marguerite

📋 copy color: '#735EBC'

red 115 ◦ green 94 ◦ blue 188

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

Shades of Blue Marguerite #735EBC

Tints of Blue Marguerite #735EBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 47.36%

R = 28.97%
G = 23.68%
B = 47.36%

CMYK

 C value IS 0.39

 M value IS 0.50

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#735EBC (or 0x735EBC) is known color: Blue Marguerite. HEX triplet: 73, 5E and BC. RGB value is (115,94,188). Sum of RGB (Red+Green+Blue) = 115+94+188=397 (52% of max value = 765). Red value is 115 (45.31% from 255 or 28.97% from 397); Green value is 94 (37.11% from 255 or 23.68% from 397); Blue value is 188 (73.83% from 255 or 47.36% from 397); Max value from RGB is 188 - color contains mainly: blue. Hex color #735EBC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #735EBC is #8CA143. Grayscale: #6E6E6E. Windows color (decimal): -9216324 or 12344947. OLE color: 12344947.

HSL color Cylindrical-coordinate representation of color #735EBC: hue angle of 253.4º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #735EBC is Cyan = 0.39, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 115 94 188 -
CMYK 0.39 0.50 0 0.26
HSL 253.4º 0.41% 0.55% -
HSV(B) 253.4º 0.5% 0.74% -
XYZ 20.15 15.28 49.46 -
YUV 111 171.46 130.86 -
System Red Green Blue C M Y K H S L
Decimal 115 94 188 0.39 0.50 0 0.26 253.4 0.41 0.55
Hex 73 5E BC 27 32 0 1A FD 29 37
Octal 163 136 274 47 62 0 32 375 51 67
Binary 1110011 1011110 10111100 100111 110010 0 11010 11111101 101001 110111

Color Harmonies of #735EBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #735EBC

Black with #735EBC

Text Example


Text Example

White with #735EBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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