Html Css Color HEX #7364BB Blue Marguerite

📋 copy color: '#7364BB'

red 115 ◦ green 100 ◦ blue 187

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

Shades of Blue Marguerite #7364BB

Tints of Blue Marguerite #7364BB

RGB

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

 GREEN value IS 100 (39.45% from 255) = 24.88%

 BLUE value IS 187 (73.44% from 255) = 46.52%

R = 28.61%
G = 24.88%
B = 46.52%

CMYK

 C value IS 0.39

 M value IS 0.47

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#7364BB (or 0x7364BB) is known color: Blue Marguerite. HEX triplet: 73, 64 and BB. RGB value is (115,100,187). Sum of RGB (Red+Green+Blue) = 115+100+187=402 (53% of max value = 765). Red value is 115 (45.31% from 255 or 28.61% from 402); Green value is 100 (39.45% from 255 or 24.88% from 402); Blue value is 187 (73.44% from 255 or 46.52% from 402); Max value from RGB is 187 - color contains mainly: blue. Hex color #7364BB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7364BB is #8C9B44. Grayscale: #727272. Windows color (decimal): -9214789 or 12280947. OLE color: 12280947.

HSL color Cylindrical-coordinate representation of color #7364BB: hue angle of 250.34º degrees, saturation: 0.39, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7364BB is Cyan = 0.39, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 115 100 187 -
CMYK 0.39 0.47 0 0.27
HSL 250.34º 0.39% 0.56% -
HSV(B) 250.34º 0.47% 0.73% -
XYZ 20.6 16.35 49.08 -
YUV 114.4 168.97 128.43 -
System Red Green Blue C M Y K H S L
Decimal 115 100 187 0.39 0.47 0 0.27 250.34 0.39 0.56
Hex 73 64 BB 27 2F 0 1B FA 27 38
Octal 163 144 273 47 57 0 33 372 47 70
Binary 1110011 1100100 10111011 100111 101111 0 11011 11111010 100111 111000

Color Harmonies of #7364BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7364BB

Black with #7364BB

Text Example


Text Example

White with #7364BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7364BB; }

 p { color: rgb(115,100,187); }

 H1.HeaderClassName
 {
   color: #7364BB;
 }
 .AnyTagClassName
 {
   color: #7364BB;
 }
</style>

background-color css

<style>
 a { background-color: #7364BB; }

 a { background-color: rgb(115,100,187); }

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

border-color css

<style>
 span { border-color: #7364BB; }

 span { border-color: rgb(115,100,187); }

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