Html Css Color HEX #724CBB Blue Marguerite

📋 copy color: '#724CBB'

red 114 ◦ green 76 ◦ blue 187

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

Shades of Blue Marguerite #724CBB

Tints of Blue Marguerite #724CBB

RGB

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

 GREEN value IS 76 (30.08% from 255) = 20.16%

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

R = 30.24%
G = 20.16%
B = 49.6%

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

#724CBB (or 0x724CBB) is known color: Blue Marguerite. HEX triplet: 72, 4C and BB. RGB value is (114,76,187). Sum of RGB (Red+Green+Blue) = 114+76+187=377 (49% of max value = 765). Red value is 114 (44.92% from 255 or 30.24% from 377); Green value is 76 (30.08% from 255 or 20.16% from 377); Blue value is 187 (73.44% from 255 or 49.60% from 377); Max value from RGB is 187 - color contains mainly: blue. Hex color #724CBB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #724CBB is #8DB344. Grayscale: #636363. Windows color (decimal): -9286469 or 12274802. OLE color: 12274802.

HSL color Cylindrical-coordinate representation of color #724CBB: hue angle of 260.54º 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 #724CBB is Cyan = 0.39, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 114 76 187 -
CMYK 0.39 0.59 0 0.27
HSL 260.54º 0.45% 0.52% -
HSV(B) 260.54º 0.59% 0.73% -
XYZ 18.49 12.33 48.42 -
YUV 100.02 177.09 137.97 -
System Red Green Blue C M Y K H S L
Decimal 114 76 187 0.39 0.59 0 0.27 260.54 0.45 0.52
Hex 72 4C BB 27 3B 0 1B 105 2D 34
Octal 162 114 273 47 73 0 33 405 55 64
Binary 1110010 1001100 10111011 100111 111011 0 11011 100000101 101101 110100

Color Harmonies of #724CBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #724CBB

Black with #724CBB

Text Example


Text Example

White with #724CBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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