Html Css Color HEX #735CBA Blue Marguerite

📋 copy color: '#735CBA'

red 115 ◦ green 92 ◦ blue 186

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

Shades of Blue Marguerite #735CBA

Tints of Blue Marguerite #735CBA

RGB

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

 GREEN value IS 92 (36.33% from 255) = 23.41%

 BLUE value IS 186 (73.05% from 255) = 47.33%

R = 29.26%
G = 23.41%
B = 47.33%

CMYK

 C value IS 0.38

 M value IS 0.51

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#735CBA (or 0x735CBA) is known color: Blue Marguerite. HEX triplet: 73, 5C and BA. RGB value is (115,92,186). Sum of RGB (Red+Green+Blue) = 115+92+186=393 (52% of max value = 765). Red value is 115 (45.31% from 255 or 29.26% from 393); Green value is 92 (36.33% from 255 or 23.41% from 393); Blue value is 186 (73.05% from 255 or 47.33% from 393); Max value from RGB is 186 - color contains mainly: blue. Hex color #735CBA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #735CBA is #8CA345. Grayscale: #6D6D6D. Windows color (decimal): -9216838 or 12213363. OLE color: 12213363.

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

Color convert

RGB 115 92 186 -
CMYK 0.38 0.51 0 0.27
HSL 254.68º 0.41% 0.55% -
HSV(B) 254.68º 0.51% 0.73% -
XYZ 19.76 14.84 48.28 -
YUV 109.59 171.12 131.86 -
System Red Green Blue C M Y K H S L
Decimal 115 92 186 0.38 0.51 0 0.27 254.68 0.41 0.55
Hex 73 5C BA 26 33 0 1B FF 29 37
Octal 163 134 272 46 63 0 33 377 51 67
Binary 1110011 1011100 10111010 100110 110011 0 11011 11111111 101001 110111

Color Harmonies of #735CBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #735CBA

Black with #735CBA

Text Example


Text Example

White with #735CBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(115,92,186); }

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

background-color css

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

 a { background-color: rgb(115,92,186); }

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

border-color css

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

 span { border-color: rgb(115,92,186); }

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