Html Css Color HEX #735DBD Blue Marguerite

📋 copy color: '#735DBD'

red 115 ◦ green 93 ◦ blue 189

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

Shades of Blue Marguerite #735DBD

Tints of Blue Marguerite #735DBD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 47.61%

R = 28.97%
G = 23.43%
B = 47.61%

CMYK

 C value IS 0.39

 M value IS 0.51

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#735DBD (or 0x735DBD) is known color: Blue Marguerite. HEX triplet: 73, 5D and BD. RGB value is (115,93,189). Sum of RGB (Red+Green+Blue) = 115+93+189=397 (52% of max value = 765). Red value is 115 (45.31% from 255 or 28.97% from 397); Green value is 93 (36.72% from 255 or 23.43% from 397); Blue value is 189 (74.22% from 255 or 47.61% from 397); Max value from RGB is 189 - color contains mainly: blue. Hex color #735DBD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #735DBD is #8CA242. Grayscale: #6E6E6E. Windows color (decimal): -9216579 or 12410227. OLE color: 12410227.

HSL color Cylindrical-coordinate representation of color #735DBD: hue angle of 253.75º degrees, saturation: 0.42, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #735DBD is Cyan = 0.39, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 115 93 189 -
CMYK 0.39 0.51 0 0.26
HSL 253.75º 0.42% 0.55% -
HSV(B) 253.75º 0.51% 0.74% -
XYZ 20.17 15.15 50 -
YUV 110.52 172.29 131.19 -
System Red Green Blue C M Y K H S L
Decimal 115 93 189 0.39 0.51 0 0.26 253.75 0.42 0.55
Hex 73 5D BD 27 33 0 1A FE 2A 37
Octal 163 135 275 47 63 0 32 376 52 67
Binary 1110011 1011101 10111101 100111 110011 0 11010 11111110 101010 110111

Color Harmonies of #735DBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #735DBD

Black with #735DBD

Text Example


Text Example

White with #735DBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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