Html Css Color HEX #7358BC Blue Marguerite

📋 copy color: '#7358BC'

red 115 ◦ green 88 ◦ blue 188

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

Shades of Blue Marguerite #7358BC

Tints of Blue Marguerite #7358BC

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 value IS 0.39

 M value IS 0.53

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#7358BC (or 0x7358BC) is known color: 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

RGB 115 88 188 -
CMYK 0.39 0.53 0 0.26
HSL 256.2º 0.43% 0.54% -
HSV(B) 256.2º 0.53% 0.74% -
XYZ 19.64 14.26 49.29 -
YUV 107.47 173.45 133.37 -
System Red Green Blue C M Y K H S L
Decimal 115 88 188 0.39 0.53 0 0.26 256.2 0.43 0.54
Hex 73 58 BC 27 35 0 1A 100 2B 36
Octal 163 130 274 47 65 0 32 400 53 66
Binary 1110011 1011000 10111100 100111 110101 0 11010 100000000 101011 110110

Color Harmonies of #7358BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7358BC

Black with #7358BC

Text Example


Text Example

White with #7358BC

Text Example


Text Example

HTML Codes & Css Web 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>