Html Css Color HEX #734BBC Blue Marguerite

📋 copy color: '#734BBC'

red 115 ◦ green 75 ◦ blue 188

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

Shades of Blue Marguerite #734BBC

Tints of Blue Marguerite #734BBC

RGB

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

 GREEN value IS 75 (29.69% from 255) = 19.84%

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

R = 30.42%
G = 19.84%
B = 49.74%

CMYK

 C value IS 0.39

 M value IS 0.60

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#734BBC (or 0x734BBC) is known color: Blue Marguerite. HEX triplet: 73, 4B and BC. RGB value is (115,75,188). Sum of RGB (Red+Green+Blue) = 115+75+188=378 (50% of max value = 765). Red value is 115 (45.31% from 255 or 30.42% from 378); Green value is 75 (29.69% from 255 or 19.84% from 378); Blue value is 188 (73.83% from 255 or 49.74% from 378); Max value from RGB is 188 - color contains mainly: blue. Hex color #734BBC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #734BBC is #8CB443. Grayscale: #636363. Windows color (decimal): -9221188 or 12340083. OLE color: 12340083.

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

Color convert

RGB 115 75 188 -
CMYK 0.39 0.60 0 0.26
HSL 261.24º 0.46% 0.52% -
HSV(B) 261.24º 0.6% 0.74% -
XYZ 18.66 12.31 48.97 -
YUV 99.84 177.75 138.81 -
System Red Green Blue C M Y K H S L
Decimal 115 75 188 0.39 0.60 0 0.26 261.24 0.46 0.52
Hex 73 4B BC 27 3C 0 1A 105 2E 34
Octal 163 113 274 47 74 0 32 405 56 64
Binary 1110011 1001011 10111100 100111 111100 0 11010 100000101 101110 110100

Color Harmonies of #734BBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #734BBC

Black with #734BBC

Text Example


Text Example

White with #734BBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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