Html Css Color HEX #7364BC Blue Marguerite

📋 copy color: '#7364BC'

red 115 ◦ green 100 ◦ blue 188

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

Shades of Blue Marguerite #7364BC

Tints of Blue Marguerite #7364BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 46.65%

R = 28.54%
G = 24.81%
B = 46.65%

CMYK

 C value IS 0.39

 M value IS 0.47

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#7364BC (or 0x7364BC) is known color: Blue Marguerite. HEX triplet: 73, 64 and BC. RGB value is (115,100,188). Sum of RGB (Red+Green+Blue) = 115+100+188=403 (53% of max value = 765). Red value is 115 (45.31% from 255 or 28.54% from 403); Green value is 100 (39.45% from 255 or 24.81% from 403); Blue value is 188 (73.83% from 255 or 46.65% from 403); Max value from RGB is 188 - color contains mainly: blue. Hex color #7364BC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7364BC is #8C9B43. Grayscale: #727272. Windows color (decimal): -9214788 or 12346483. OLE color: 12346483.

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

Color convert

RGB 115 100 188 -
CMYK 0.39 0.47 0 0.26
HSL 250.23º 0.4% 0.56% -
HSV(B) 250.23º 0.47% 0.74% -
XYZ 20.7 16.39 49.65 -
YUV 114.52 169.47 128.34 -
System Red Green Blue C M Y K H S L
Decimal 115 100 188 0.39 0.47 0 0.26 250.23 0.4 0.56
Hex 73 64 BC 27 2F 0 1A FA 28 38
Octal 163 144 274 47 57 0 32 372 50 70
Binary 1110011 1100100 10111100 100111 101111 0 11010 11111010 101000 111000

Color Harmonies of #7364BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7364BC

Black with #7364BC

Text Example


Text Example

White with #7364BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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