Html Css Color HEX #705BB3 Blue Marguerite

📋 copy color: '#705BB3'

red 112 ◦ green 91 ◦ blue 179

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

Shades of Blue Marguerite #705BB3

Tints of Blue Marguerite #705BB3

RGB

 RED value IS 112 (44.14% from 255) = 29.32%

 GREEN value IS 91 (35.94% from 255) = 23.82%

 BLUE value IS 179 (70.31% from 255) = 46.86%

R = 29.32%
G = 23.82%
B = 46.86%

CMYK

 C value IS 0.37

 M value IS 0.49

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#705BB3 (or 0x705BB3) is known color: Blue Marguerite. HEX triplet: 70, 5B and B3. RGB value is (112,91,179). Sum of RGB (Red+Green+Blue) = 112+91+179=382 (50% of max value = 765). Red value is 112 (44.14% from 255 or 29.32% from 382); Green value is 91 (35.94% from 255 or 23.82% from 382); Blue value is 179 (70.31% from 255 or 46.86% from 382); Max value from RGB is 179 - color contains mainly: blue. Hex color #705BB3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #705BB3 is #8FA44C. Grayscale: #6A6A6A. Windows color (decimal): -9413709 or 11754352. OLE color: 11754352.

HSL color Cylindrical-coordinate representation of color #705BB3: hue angle of 254.32º degrees, saturation: 0.37, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #705BB3 is Cyan = 0.37, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 112 91 179 -
CMYK 0.37 0.49 0 0.30
HSL 254.32º 0.37% 0.53% -
HSV(B) 254.32º 0.49% 0.7% -
XYZ 18.56 14.18 44.41 -
YUV 107.31 168.46 131.34 -
System Red Green Blue C M Y K H S L
Decimal 112 91 179 0.37 0.49 0 0.30 254.32 0.37 0.53
Hex 70 5B B3 25 31 0 1E FE 25 35
Octal 160 133 263 45 61 0 36 376 45 65
Binary 1110000 1011011 10110011 100101 110001 0 11110 11111110 100101 110101

Color Harmonies of #705BB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #705BB3

Black with #705BB3

Text Example


Text Example

White with #705BB3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #705BB3; }

 p { color: rgb(112,91,179); }

 H1.HeaderClassName
 {
   color: #705BB3;
 }
 .AnyTagClassName
 {
   color: #705BB3;
 }
</style>

background-color css

<style>
 a { background-color: #705BB3; }

 a { background-color: rgb(112,91,179); }

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

border-color css

<style>
 span { border-color: #705BB3; }

 span { border-color: rgb(112,91,179); }

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