Html Css Color HEX #734DBF Blue Marguerite

📋 copy color: '#734DBF'

red 115 ◦ green 77 ◦ blue 191

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

Shades of Blue Marguerite #734DBF

Tints of Blue Marguerite #734DBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 49.87%

R = 30.03%
G = 20.1%
B = 49.87%

CMYK

 C value IS 0.40

 M value IS 0.60

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#734DBF (or 0x734DBF) is known color: Blue Marguerite. HEX triplet: 73, 4D and BF. RGB value is (115,77,191). Sum of RGB (Red+Green+Blue) = 115+77+191=383 (50% of max value = 765). Red value is 115 (45.31% from 255 or 30.03% from 383); Green value is 77 (30.47% from 255 or 20.10% from 383); Blue value is 191 (75% from 255 or 49.87% from 383); Max value from RGB is 191 - color contains mainly: blue. Hex color #734DBF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #734DBF is #8CB240. Grayscale: #646464. Windows color (decimal): -9220673 or 12537203. OLE color: 12537203.

HSL color Cylindrical-coordinate representation of color #734DBF: hue angle of 260º degrees, saturation: 0.47, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #734DBF is Cyan = 0.40, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 115 77 191 -
CMYK 0.40 0.60 0 0.25
HSL 260º 0.47% 0.53% -
HSV(B) 260º 0.6% 0.75% -
XYZ 19.13 12.71 50.74 -
YUV 101.36 178.59 137.73 -
System Red Green Blue C M Y K H S L
Decimal 115 77 191 0.40 0.60 0 0.25 260 0.47 0.53
Hex 73 4D BF 28 3C 0 19 104 2F 35
Octal 163 115 277 50 74 0 31 404 57 65
Binary 1110011 1001101 10111111 101000 111100 0 11001 100000100 101111 110101

Color Harmonies of #734DBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #734DBF

Black with #734DBF

Text Example


Text Example

White with #734DBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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