Html Css Color HEX #735DBC Blue Marguerite

📋 copy color: '#735DBC'

red 115 ◦ green 93 ◦ blue 188

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

Shades of Blue Marguerite #735DBC

Tints of Blue Marguerite #735DBC

RGB

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

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

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

R = 29.04%
G = 23.48%
B = 47.47%

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

#735DBC (or 0x735DBC) is known color: Blue Marguerite. HEX triplet: 73, 5D and BC. RGB value is (115,93,188). Sum of RGB (Red+Green+Blue) = 115+93+188=396 (52% of max value = 765). Red value is 115 (45.31% from 255 or 29.04% from 396); Green value is 93 (36.72% from 255 or 23.48% from 396); Blue value is 188 (73.83% from 255 or 47.47% from 396); Max value from RGB is 188 - color contains mainly: blue. Hex color #735DBC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #735DBC is #8CA243. Grayscale: #6E6E6E. Windows color (decimal): -9216580 or 12344691. OLE color: 12344691.

HSL color Cylindrical-coordinate representation of color #735DBC: hue angle of 253.89º degrees, saturation: 0.41, 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 #735DBC is Cyan = 0.39, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 115 93 188 -
CMYK 0.39 0.51 0 0.26
HSL 253.89º 0.41% 0.55% -
HSV(B) 253.89º 0.51% 0.74% -
XYZ 20.06 15.1 49.44 -
YUV 110.41 171.79 131.28 -
System Red Green Blue C M Y K H S L
Decimal 115 93 188 0.39 0.51 0 0.26 253.89 0.41 0.55
Hex 73 5D BC 27 33 0 1A FE 29 37
Octal 163 135 274 47 63 0 32 376 51 67
Binary 1110011 1011101 10111100 100111 110011 0 11010 11111110 101001 110111

Color Harmonies of #735DBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #735DBC

Black with #735DBC

Text Example


Text Example

White with #735DBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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