Html Css Color HEX #735DB5 Blue Marguerite

📋 copy color: '#735DB5'

red 115 ◦ green 93 ◦ blue 181

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

Shades of Blue Marguerite #735DB5

Tints of Blue Marguerite #735DB5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 46.53%

R = 29.56%
G = 23.91%
B = 46.53%

CMYK

 C value IS 0.36

 M value IS 0.49

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#735DB5 (or 0x735DB5) is known color: Blue Marguerite. HEX triplet: 73, 5D and B5. RGB value is (115,93,181). Sum of RGB (Red+Green+Blue) = 115+93+181=389 (51% of max value = 765). Red value is 115 (45.31% from 255 or 29.56% from 389); Green value is 93 (36.72% from 255 or 23.91% from 389); Blue value is 181 (71.09% from 255 or 46.53% from 389); Max value from RGB is 181 - color contains mainly: blue. Hex color #735DB5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #735DB5 is #8CA24A. Grayscale: #6D6D6D. Windows color (decimal): -9216587 or 11885939. OLE color: 11885939.

HSL color Cylindrical-coordinate representation of color #735DB5: hue angle of 255º degrees, saturation: 0.37, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #735DB5 is Cyan = 0.36, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 115 93 181 -
CMYK 0.36 0.49 0 0.29
HSL 255º 0.37% 0.54% -
HSV(B) 255º 0.49% 0.71% -
XYZ 19.33 14.81 45.56 -
YUV 109.61 168.29 131.84 -
System Red Green Blue C M Y K H S L
Decimal 115 93 181 0.36 0.49 0 0.29 255 0.37 0.54
Hex 73 5D B5 24 31 0 1D FF 25 36
Octal 163 135 265 44 61 0 35 377 45 66
Binary 1110011 1011101 10110101 100100 110001 0 11101 11111111 100101 110110

Color Harmonies of #735DB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #735DB5

Black with #735DB5

Text Example


Text Example

White with #735DB5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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