Html Css Color HEX #736DB2 Blue Marguerite

📋 copy color: '#736DB2'

red 115 ◦ green 109 ◦ blue 178

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

Shades of Blue Marguerite #736DB2

Tints of Blue Marguerite #736DB2

RGB

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

 GREEN value IS 109 (42.97% from 255) = 27.11%

 BLUE value IS 178 (69.92% from 255) = 44.28%

R = 28.61%
G = 27.11%
B = 44.28%

CMYK

 C value IS 0.35

 M value IS 0.39

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#736DB2 (or 0x736DB2) is known color: Blue Marguerite. HEX triplet: 73, 6D and B2. RGB value is (115,109,178). Sum of RGB (Red+Green+Blue) = 115+109+178=402 (53% of max value = 765). Red value is 115 (45.31% from 255 or 28.61% from 402); Green value is 109 (42.97% from 255 or 27.11% from 402); Blue value is 178 (69.92% from 255 or 44.28% from 402); Max value from RGB is 178 - color contains mainly: blue. Hex color #736DB2 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #736DB2 is #8C924D. Grayscale: #767676. Windows color (decimal): -9212494 or 11693427. OLE color: 11693427.

HSL color Cylindrical-coordinate representation of color #736DB2: hue angle of 245.22º degrees, saturation: 0.31, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #736DB2 is Cyan = 0.35, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 115 109 178 -
CMYK 0.35 0.39 0 0.30
HSL 245.22º 0.31% 0.56% -
HSV(B) 245.22º 0.39% 0.7% -
XYZ 20.57 17.8 44.47 -
YUV 118.66 161.49 125.39 -
System Red Green Blue C M Y K H S L
Decimal 115 109 178 0.35 0.39 0 0.30 245.22 0.31 0.56
Hex 73 6D B2 23 27 0 1E F5 1F 38
Octal 163 155 262 43 47 0 36 365 37 70
Binary 1110011 1101101 10110010 100011 100111 0 11110 11110101 11111 111000

Color Harmonies of #736DB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #736DB2

Black with #736DB2

Text Example


Text Example

White with #736DB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #736DB2; }

 p { color: rgb(115,109,178); }

 H1.HeaderClassName
 {
   color: #736DB2;
 }
 .AnyTagClassName
 {
   color: #736DB2;
 }
</style>

background-color css

<style>
 a { background-color: #736DB2; }

 a { background-color: rgb(115,109,178); }

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

border-color css

<style>
 span { border-color: #736DB2; }

 span { border-color: rgb(115,109,178); }

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