Html Css Color HEX #736BB4 Blue Marguerite

📋 copy color: '#736BB4'

red 115 ◦ green 107 ◦ blue 180

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

Shades of Blue Marguerite #736BB4

Tints of Blue Marguerite #736BB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 44.78%

R = 28.61%
G = 26.62%
B = 44.78%

CMYK

 C value IS 0.36

 M value IS 0.41

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#736BB4 (or 0x736BB4) is known color: Blue Marguerite. HEX triplet: 73, 6B and B4. RGB value is (115,107,180). Sum of RGB (Red+Green+Blue) = 115+107+180=402 (53% of max value = 765). Red value is 115 (45.31% from 255 or 28.61% from 402); Green value is 107 (42.19% from 255 or 26.62% from 402); Blue value is 180 (70.70% from 255 or 44.78% from 402); Max value from RGB is 180 - color contains mainly: blue. Hex color #736BB4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #736BB4 is #8C944B. Grayscale: #757575. Windows color (decimal): -9213004 or 11823987. OLE color: 11823987.

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

Color convert

RGB 115 107 180 -
CMYK 0.36 0.41 0 0.29
HSL 246.58º 0.33% 0.56% -
HSV(B) 246.58º 0.41% 0.71% -
XYZ 20.57 17.46 45.47 -
YUV 117.71 163.15 126.06 -
System Red Green Blue C M Y K H S L
Decimal 115 107 180 0.36 0.41 0 0.29 246.58 0.33 0.56
Hex 73 6B B4 24 29 0 1D F7 21 38
Octal 163 153 264 44 51 0 35 367 41 70
Binary 1110011 1101011 10110100 100100 101001 0 11101 11110111 100001 111000

Color Harmonies of #736BB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #736BB4

Black with #736BB4

Text Example


Text Example

White with #736BB4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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