Html Css Color HEX #736CB6 Blue Marguerite

📋 copy color: '#736CB6'

red 115 ◦ green 108 ◦ blue 182

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

Shades of Blue Marguerite #736CB6

Tints of Blue Marguerite #736CB6

RGB

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

 GREEN value IS 108 (42.58% from 255) = 26.67%

 BLUE value IS 182 (71.48% from 255) = 44.94%

R = 28.4%
G = 26.67%
B = 44.94%

CMYK

 C value IS 0.37

 M value IS 0.41

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#736CB6 (or 0x736CB6) is known color: Blue Marguerite. HEX triplet: 73, 6C and B6. RGB value is (115,108,182). Sum of RGB (Red+Green+Blue) = 115+108+182=405 (53% of max value = 765). Red value is 115 (45.31% from 255 or 28.40% from 405); Green value is 108 (42.58% from 255 or 26.67% from 405); Blue value is 182 (71.48% from 255 or 44.94% from 405); Max value from RGB is 182 - color contains mainly: blue. Hex color #736CB6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #736CB6 is #8C9349. Grayscale: #767676. Windows color (decimal): -9212746 or 11955315. OLE color: 11955315.

HSL color Cylindrical-coordinate representation of color #736CB6: hue angle of 245.68º degrees, saturation: 0.34, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #736CB6 is Cyan = 0.37, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 115 108 182 -
CMYK 0.37 0.41 0 0.29
HSL 245.68º 0.34% 0.57% -
HSV(B) 245.68º 0.41% 0.71% -
XYZ 20.88 17.75 46.58 -
YUV 118.53 163.82 125.48 -
System Red Green Blue C M Y K H S L
Decimal 115 108 182 0.37 0.41 0 0.29 245.68 0.34 0.57
Hex 73 6C B6 25 29 0 1D F6 22 39
Octal 163 154 266 45 51 0 35 366 42 71
Binary 1110011 1101100 10110110 100101 101001 0 11101 11110110 100010 111001

Color Harmonies of #736CB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #736CB6

Black with #736CB6

Text Example


Text Example

White with #736CB6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(115,108,182); }

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

background-color css

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

 a { background-color: rgb(115,108,182); }

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

border-color css

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

 span { border-color: rgb(115,108,182); }

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