Html Css Color HEX #736ABA Blue Marguerite

📋 copy color: '#736ABA'

red 115 ◦ green 106 ◦ blue 186

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

Shades of Blue Marguerite #736ABA

Tints of Blue Marguerite #736ABA

RGB

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

 GREEN value IS 106 (41.8% from 255) = 26.04%

 BLUE value IS 186 (73.05% from 255) = 45.7%

R = 28.26%
G = 26.04%
B = 45.7%

CMYK

 C value IS 0.38

 M value IS 0.43

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#736ABA (or 0x736ABA) is known color: Blue Marguerite. HEX triplet: 73, 6A and BA. RGB value is (115,106,186). Sum of RGB (Red+Green+Blue) = 115+106+186=407 (53% of max value = 765). Red value is 115 (45.31% from 255 or 28.26% from 407); Green value is 106 (41.80% from 255 or 26.04% from 407); Blue value is 186 (73.05% from 255 or 45.70% from 407); Max value from RGB is 186 - color contains mainly: blue. Hex color #736ABA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #736ABA is #8C9545. Grayscale: #757575. Windows color (decimal): -9213254 or 12216947. OLE color: 12216947.

HSL color Cylindrical-coordinate representation of color #736ABA: hue angle of 246.75º degrees, saturation: 0.37, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #736ABA is Cyan = 0.38, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 115 106 186 -
CMYK 0.38 0.43 0 0.27
HSL 246.75º 0.37% 0.57% -
HSV(B) 246.75º 0.43% 0.73% -
XYZ 21.09 17.5 48.72 -
YUV 117.81 166.48 126 -
System Red Green Blue C M Y K H S L
Decimal 115 106 186 0.38 0.43 0 0.27 246.75 0.37 0.57
Hex 73 6A BA 26 2B 0 1B F7 25 39
Octal 163 152 272 46 53 0 33 367 45 71
Binary 1110011 1101010 10111010 100110 101011 0 11011 11110111 100101 111001

Color Harmonies of #736ABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #736ABA

Black with #736ABA

Text Example


Text Example

White with #736ABA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(115,106,186); }

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

background-color css

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

 a { background-color: rgb(115,106,186); }

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

border-color css

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

 span { border-color: rgb(115,106,186); }

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