#7358BB

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

Shades of Blue Marguerite #7358BB

Tints of Blue Marguerite #7358BB

Color information

#7358BB (or 0x7358BB) is unknown color: approx Blue Marguerite. HEX triplet: 73, 58 and BB. RGB value is (115,88,187). Sum of RGB (Red+Green+Blue) = 115+88+187=390 (51% of max value = 765). Red value is 115 (45.31% from 255 or 29.49% from 390); Green value is 88 (34.77% from 255 or 22.56% from 390); Blue value is 187 (73.44% from 255 or 47.95% from 390); Max value from RGB is 187 - color contains mainly: blue. Hex color #7358BB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7358BB is #8CA744. Grayscale: #6A6A6A. Windows color (decimal): -9217861 or 12277875. OLE color: 12277875.

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

Color convert

RGB11588187-
CMYK0.390.5300.27
HSL256.36º42.13%53.92%-
HSV(B)256.36º52.94%73.33%-
XYZ19.5314.2148.73-
YUV107.36172.95133.45-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 29.49%
GREEN value IS 88 (34.77% from 255) = 22.56%
BLUE value IS 187 (73.44% from 255) = 47.95%
R=29.49%
G=22.56%
B=47.95%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal115881870.390.5300.27256.3642.1353.92
Hex7358BB273501B1002a36
Octal16313027347650334005266
Binary1110011101100010111011100111110101011011100000000101010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7358BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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