Html Css Color HEX #7368B4 Blue Marguerite

📋 copy color: '#7368B4'

red 115 ◦ green 104 ◦ blue 180

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

Shades of Blue Marguerite #7368B4

Tints of Blue Marguerite #7368B4

RGB

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

 GREEN value IS 104 (41.02% from 255) = 26.07%

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

R = 28.82%
G = 26.07%
B = 45.11%

CMYK

 C value IS 0.36

 M value IS 0.42

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#7368B4 (or 0x7368B4) is known color: Blue Marguerite. HEX triplet: 73, 68 and B4. RGB value is (115,104,180). Sum of RGB (Red+Green+Blue) = 115+104+180=399 (52% of max value = 765). Red value is 115 (45.31% from 255 or 28.82% from 399); Green value is 104 (41.02% from 255 or 26.07% from 399); Blue value is 180 (70.70% from 255 or 45.11% from 399); Max value from RGB is 180 - color contains mainly: blue. Hex color #7368B4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7368B4 is #8C974B. Grayscale: #737373. Windows color (decimal): -9213772 or 11823219. OLE color: 11823219.

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

Color convert

RGB 115 104 180 -
CMYK 0.36 0.42 0 0.29
HSL 248.68º 0.34% 0.56% -
HSV(B) 248.68º 0.42% 0.71% -
XYZ 20.26 16.84 45.36 -
YUV 115.95 164.14 127.32 -
System Red Green Blue C M Y K H S L
Decimal 115 104 180 0.36 0.42 0 0.29 248.68 0.34 0.56
Hex 73 68 B4 24 2A 0 1D F9 22 38
Octal 163 150 264 44 52 0 35 371 42 70
Binary 1110011 1101000 10110100 100100 101010 0 11101 11111001 100010 111000

Color Harmonies of #7368B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7368B4

Black with #7368B4

Text Example


Text Example

White with #7368B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7368B4; }

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

 H1.HeaderClassName
 {
   color: #7368B4;
 }
 .AnyTagClassName
 {
   color: #7368B4;
 }
</style>

background-color css

<style>
 a { background-color: #7368B4; }

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

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

border-color css

<style>
 span { border-color: #7368B4; }

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

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