Html Css Color HEX #734BBE Blue Marguerite

📋 copy color: '#734BBE'

red 115 ◦ green 75 ◦ blue 190

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

Shades of Blue Marguerite #734BBE

Tints of Blue Marguerite #734BBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 50%

R = 30.26%
G = 19.74%
B = 50%

CMYK

 C value IS 0.39

 M value IS 0.61

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#734BBE (or 0x734BBE) is known color: Blue Marguerite. HEX triplet: 73, 4B and BE. RGB value is (115,75,190). Sum of RGB (Red+Green+Blue) = 115+75+190=380 (50% of max value = 765). Red value is 115 (45.31% from 255 or 30.26% from 380); Green value is 75 (29.69% from 255 or 19.74% from 380); Blue value is 190 (74.61% from 255 or 50% from 380); Max value from RGB is 190 - color contains mainly: blue. Hex color #734BBE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #734BBE is #8CB441. Grayscale: #636363. Windows color (decimal): -9221186 or 12471155. OLE color: 12471155.

HSL color Cylindrical-coordinate representation of color #734BBE: hue angle of 260.87º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #734BBE is Cyan = 0.39, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 115 75 190 -
CMYK 0.39 0.61 0 0.25
HSL 260.87º 0.47% 0.52% -
HSV(B) 260.87º 0.61% 0.75% -
XYZ 18.88 12.39 50.11 -
YUV 100.07 178.75 138.65 -
System Red Green Blue C M Y K H S L
Decimal 115 75 190 0.39 0.61 0 0.25 260.87 0.47 0.52
Hex 73 4B BE 27 3D 0 19 105 2F 34
Octal 163 113 276 47 75 0 31 405 57 64
Binary 1110011 1001011 10111110 100111 111101 0 11001 100000101 101111 110100

Color Harmonies of #734BBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #734BBE

Black with #734BBE

Text Example


Text Example

White with #734BBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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