Html Css Color HEX #735DBF Blue Marguerite

📋 copy color: '#735DBF'

red 115 ◦ green 93 ◦ blue 191

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

Shades of Blue Marguerite #735DBF

Tints of Blue Marguerite #735DBF

RGB

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

 GREEN value IS 93 (36.72% from 255) = 23.31%

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

R = 28.82%
G = 23.31%
B = 47.87%

CMYK

 C value IS 0.40

 M value IS 0.51

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#735DBF (or 0x735DBF) is known color: Blue Marguerite. HEX triplet: 73, 5D and BF. RGB value is (115,93,191). Sum of RGB (Red+Green+Blue) = 115+93+191=399 (52% of max value = 765). Red value is 115 (45.31% from 255 or 28.82% from 399); Green value is 93 (36.72% from 255 or 23.31% from 399); Blue value is 191 (75% from 255 or 47.87% from 399); Max value from RGB is 191 - color contains mainly: blue. Hex color #735DBF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #735DBF is #8CA240. Grayscale: #6E6E6E. Windows color (decimal): -9216577 or 12541299. OLE color: 12541299.

HSL color Cylindrical-coordinate representation of color #735DBF: hue angle of 253.47º degrees, saturation: 0.43, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #735DBF is Cyan = 0.40, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 115 93 191 -
CMYK 0.40 0.51 0 0.25
HSL 253.47º 0.43% 0.56% -
HSV(B) 253.47º 0.51% 0.75% -
XYZ 20.39 15.24 51.16 -
YUV 110.75 173.29 131.03 -
System Red Green Blue C M Y K H S L
Decimal 115 93 191 0.40 0.51 0 0.25 253.47 0.43 0.56
Hex 73 5D BF 28 33 0 19 FD 2B 38
Octal 163 135 277 50 63 0 31 375 53 70
Binary 1110011 1011101 10111111 101000 110011 0 11001 11111101 101011 111000

Color Harmonies of #735DBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #735DBF

Black with #735DBF

Text Example


Text Example

White with #735DBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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