Html Css Color HEX #735DBB Blue Marguerite

📋 copy color: '#735DBB'

red 115 ◦ green 93 ◦ blue 187

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

Shades of Blue Marguerite #735DBB

Tints of Blue Marguerite #735DBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 47.34%

R = 29.11%
G = 23.54%
B = 47.34%

CMYK

 C value IS 0.39

 M value IS 0.50

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#735DBB (or 0x735DBB) is known color: Blue Marguerite. HEX triplet: 73, 5D and BB. RGB value is (115,93,187). Sum of RGB (Red+Green+Blue) = 115+93+187=395 (52% of max value = 765). Red value is 115 (45.31% from 255 or 29.11% from 395); Green value is 93 (36.72% from 255 or 23.54% from 395); Blue value is 187 (73.44% from 255 or 47.34% from 395); Max value from RGB is 187 - color contains mainly: blue. Hex color #735DBB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #735DBB is #8CA244. Grayscale: #6D6D6D. Windows color (decimal): -9216581 or 12279155. OLE color: 12279155.

HSL color Cylindrical-coordinate representation of color #735DBB: hue angle of 254.04º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #735DBB is Cyan = 0.39, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 115 93 187 -
CMYK 0.39 0.50 0 0.27
HSL 254.04º 0.41% 0.55% -
HSV(B) 254.04º 0.5% 0.73% -
XYZ 19.95 15.06 48.87 -
YUV 110.29 171.29 131.36 -
System Red Green Blue C M Y K H S L
Decimal 115 93 187 0.39 0.50 0 0.27 254.04 0.41 0.55
Hex 73 5D BB 27 32 0 1B FE 29 37
Octal 163 135 273 47 62 0 33 376 51 67
Binary 1110011 1011101 10111011 100111 110010 0 11011 11111110 101001 110111

Color Harmonies of #735DBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #735DBB

Black with #735DBB

Text Example


Text Example

White with #735DBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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