Html Css Color HEX #724DBB Blue Marguerite

📋 copy color: '#724DBB'

red 114 ◦ green 77 ◦ blue 187

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

Shades of Blue Marguerite #724DBB

Tints of Blue Marguerite #724DBB

RGB

 RED value IS 114 (44.92% from 255) = 30.16%

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

 BLUE value IS 187 (73.44% from 255) = 49.47%

R = 30.16%
G = 20.37%
B = 49.47%

CMYK

 C value IS 0.39

 M value IS 0.59

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#724DBB (or 0x724DBB) is known color: Blue Marguerite. HEX triplet: 72, 4D and BB. RGB value is (114,77,187). Sum of RGB (Red+Green+Blue) = 114+77+187=378 (50% of max value = 765). Red value is 114 (44.92% from 255 or 30.16% from 378); Green value is 77 (30.47% from 255 or 20.37% from 378); Blue value is 187 (73.44% from 255 or 49.47% from 378); Max value from RGB is 187 - color contains mainly: blue. Hex color #724DBB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #724DBB is #8DB244. Grayscale: #646464. Windows color (decimal): -9286213 or 12275058. OLE color: 12275058.

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

Color convert

RGB 114 77 187 -
CMYK 0.39 0.59 0 0.27
HSL 260.18º 0.45% 0.52% -
HSV(B) 260.18º 0.59% 0.73% -
XYZ 18.56 12.47 48.44 -
YUV 100.6 176.76 137.56 -
System Red Green Blue C M Y K H S L
Decimal 114 77 187 0.39 0.59 0 0.27 260.18 0.45 0.52
Hex 72 4D BB 27 3B 0 1B 104 2D 34
Octal 162 115 273 47 73 0 33 404 55 64
Binary 1110010 1001101 10111011 100111 111011 0 11011 100000100 101101 110100

Color Harmonies of #724DBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #724DBB

Black with #724DBB

Text Example


Text Example

White with #724DBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #724DBB; }

 p { color: rgb(114,77,187); }

 H1.HeaderClassName
 {
   color: #724DBB;
 }
 .AnyTagClassName
 {
   color: #724DBB;
 }
</style>

background-color css

<style>
 a { background-color: #724DBB; }

 a { background-color: rgb(114,77,187); }

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

border-color css

<style>
 span { border-color: #724DBB; }

 span { border-color: rgb(114,77,187); }

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