Html Css Color HEX #734FBC Blue Marguerite

📋 copy color: '#734FBC'

red 115 ◦ green 79 ◦ blue 188

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

Shades of Blue Marguerite #734FBC

Tints of Blue Marguerite #734FBC

RGB

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

 GREEN value IS 79 (31.25% from 255) = 20.68%

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

R = 30.1%
G = 20.68%
B = 49.21%

CMYK

 C value IS 0.39

 M value IS 0.58

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#734FBC (or 0x734FBC) is known color: Blue Marguerite. HEX triplet: 73, 4F and BC. RGB value is (115,79,188). Sum of RGB (Red+Green+Blue) = 115+79+188=382 (50% of max value = 765). Red value is 115 (45.31% from 255 or 30.10% from 382); Green value is 79 (31.25% from 255 or 20.68% from 382); Blue value is 188 (73.83% from 255 or 49.21% from 382); Max value from RGB is 188 - color contains mainly: blue. Hex color #734FBC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #734FBC is #8CB043. Grayscale: #656565. Windows color (decimal): -9220164 or 12341107. OLE color: 12341107.

HSL color Cylindrical-coordinate representation of color #734FBC: hue angle of 259.82º degrees, saturation: 0.45, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #734FBC is Cyan = 0.39, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 115 79 188 -
CMYK 0.39 0.58 0 0.26
HSL 259.82º 0.45% 0.52% -
HSV(B) 259.82º 0.58% 0.74% -
XYZ 18.94 12.87 49.06 -
YUV 102.19 176.43 137.14 -
System Red Green Blue C M Y K H S L
Decimal 115 79 188 0.39 0.58 0 0.26 259.82 0.45 0.52
Hex 73 4F BC 27 3A 0 1A 104 2D 34
Octal 163 117 274 47 72 0 32 404 55 64
Binary 1110011 1001111 10111100 100111 111010 0 11010 100000100 101101 110100

Color Harmonies of #734FBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #734FBC

Black with #734FBC

Text Example


Text Example

White with #734FBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #734FBC; }

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

 H1.HeaderClassName
 {
   color: #734FBC;
 }
 .AnyTagClassName
 {
   color: #734FBC;
 }
</style>

background-color css

<style>
 a { background-color: #734FBC; }

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

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

border-color css

<style>
 span { border-color: #734FBC; }

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

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