#7358BC

Color #7358BC Blue Marguerite (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Marguerite #7358BC

Tints of Blue Marguerite #7358BC

Color information

#7358BC (or 0x7358BC) is unknown color: approx Blue Marguerite. HEX triplet: 73, 58 and BC. RGB value is (115,88,188). Sum of RGB (Red+Green+Blue) = 115+88+188=391 (51% of max value = 765). Red value is 115 (45.31% from 255 or 29.41% from 391); Green value is 88 (34.77% from 255 or 22.51% from 391); Blue value is 188 (73.83% from 255 or 48.08% from 391); Max value from RGB is 188 - color contains mainly: blue. Hex color #7358BC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7358BC is #8CA743. Grayscale: #6B6B6B. Windows color (decimal): -9217860 or 12343411. OLE color: 12343411.

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

Color convert

RGB11588188-
CMYK0.390.5300.26
HSL256.2º42.74%54.12%-
HSV(B)256.2º53.19%73.73%-
XYZ19.6414.2649.29-
YUV107.47173.45133.37-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 29.41%
GREEN value IS 88 (34.77% from 255) = 22.51%
BLUE value IS 188 (73.83% from 255) = 48.08%
R=29.41%
G=22.51%
B=48.08%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal115881880.390.5300.26256.242.7454.12
Hex7358BC273501A1002b36
Octal16313027447650324005366
Binary1110011101100010111100100111110101011010100000000101011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7358BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #7358BC;
 }
 .AnyTagClassName
 {
   color: #7358BC;
 }
</style>
background-color css

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

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

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

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

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

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