Html Css Color HEX #736BBD Blue Marguerite

📋 copy color: '#736BBD'

red 115 ◦ green 107 ◦ blue 189

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

Shades of Blue Marguerite #736BBD

Tints of Blue Marguerite #736BBD

RGB

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

 GREEN value IS 107 (42.19% from 255) = 26.03%

 BLUE value IS 189 (74.22% from 255) = 45.99%

R = 27.98%
G = 26.03%
B = 45.99%

CMYK

 C value IS 0.39

 M value IS 0.43

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#736BBD (or 0x736BBD) is known color: Blue Marguerite. HEX triplet: 73, 6B and BD. RGB value is (115,107,189). Sum of RGB (Red+Green+Blue) = 115+107+189=411 (54% of max value = 765). Red value is 115 (45.31% from 255 or 27.98% from 411); Green value is 107 (42.19% from 255 or 26.03% from 411); Blue value is 189 (74.22% from 255 or 45.99% from 411); Max value from RGB is 189 - color contains mainly: blue. Hex color #736BBD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #736BBD is #8C9442. Grayscale: #767676. Windows color (decimal): -9212995 or 12413811. OLE color: 12413811.

HSL color Cylindrical-coordinate representation of color #736BBD: hue angle of 245.85º degrees, saturation: 0.38, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #736BBD is Cyan = 0.39, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 115 107 189 -
CMYK 0.39 0.43 0 0.26
HSL 245.85º 0.38% 0.58% -
HSV(B) 245.85º 0.43% 0.74% -
XYZ 21.51 17.83 50.45 -
YUV 118.74 167.65 125.33 -
System Red Green Blue C M Y K H S L
Decimal 115 107 189 0.39 0.43 0 0.26 245.85 0.38 0.58
Hex 73 6B BD 27 2B 0 1A F6 26 3A
Octal 163 153 275 47 53 0 32 366 46 72
Binary 1110011 1101011 10111101 100111 101011 0 11010 11110110 100110 111010

Color Harmonies of #736BBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #736BBD

Black with #736BBD

Text Example


Text Example

White with #736BBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(115,107,189); }

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

background-color css

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

 a { background-color: rgb(115,107,189); }

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

border-color css

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

 span { border-color: rgb(115,107,189); }

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