Html Css Color HEX #734DBC Blue Marguerite

📋 copy color: '#734DBC'

red 115 ◦ green 77 ◦ blue 188

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

Shades of Blue Marguerite #734DBC

Tints of Blue Marguerite #734DBC

RGB

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

 GREEN value IS 77 (30.47% from 255) = 20.26%

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

R = 30.26%
G = 20.26%
B = 49.47%

CMYK

 C value IS 0.39

 M value IS 0.59

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#734DBC (or 0x734DBC) is known color: Blue Marguerite. HEX triplet: 73, 4D and BC. RGB value is (115,77,188). Sum of RGB (Red+Green+Blue) = 115+77+188=380 (50% of max value = 765). Red value is 115 (45.31% from 255 or 30.26% from 380); Green value is 77 (30.47% from 255 or 20.26% from 380); Blue value is 188 (73.83% from 255 or 49.47% from 380); Max value from RGB is 188 - color contains mainly: blue. Hex color #734DBC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #734DBC is #8CB243. Grayscale: #646464. Windows color (decimal): -9220676 or 12340595. OLE color: 12340595.

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

Color convert

RGB 115 77 188 -
CMYK 0.39 0.59 0 0.26
HSL 260.54º 0.45% 0.52% -
HSV(B) 260.54º 0.59% 0.74% -
XYZ 18.8 12.58 49.01 -
YUV 101.02 177.09 137.97 -
System Red Green Blue C M Y K H S L
Decimal 115 77 188 0.39 0.59 0 0.26 260.54 0.45 0.52
Hex 73 4D BC 27 3B 0 1A 105 2D 34
Octal 163 115 274 47 73 0 32 405 55 64
Binary 1110011 1001101 10111100 100111 111011 0 11010 100000101 101101 110100

Color Harmonies of #734DBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #734DBC

Black with #734DBC

Text Example


Text Example

White with #734DBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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