Html Css Color HEX #705CAA Blue Marguerite

📋 copy color: '#705CAA'

red 112 ◦ green 92 ◦ blue 170

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

Shades of Blue Marguerite #705CAA

Tints of Blue Marguerite #705CAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 45.45%

R = 29.95%
G = 24.6%
B = 45.45%

CMYK

 C value IS 0.34

 M value IS 0.46

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#705CAA (or 0x705CAA) is known color: Blue Marguerite. HEX triplet: 70, 5C and AA. RGB value is (112,92,170). Sum of RGB (Red+Green+Blue) = 112+92+170=374 (49% of max value = 765). Red value is 112 (44.14% from 255 or 29.95% from 374); Green value is 92 (36.33% from 255 or 24.60% from 374); Blue value is 170 (66.80% from 255 or 45.45% from 374); Max value from RGB is 170 - color contains mainly: blue. Hex color #705CAA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #705CAA is #8FA355. Grayscale: #6A6A6A. Windows color (decimal): -9413462 or 11164784. OLE color: 11164784.

HSL color Cylindrical-coordinate representation of color #705CAA: hue angle of 255.38º degrees, saturation: 0.31, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #705CAA is Cyan = 0.34, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 112 92 170 -
CMYK 0.34 0.46 0 0.33
HSL 255.38º 0.31% 0.51% -
HSV(B) 255.38º 0.46% 0.67% -
XYZ 17.76 14 39.8 -
YUV 106.87 163.63 131.66 -
System Red Green Blue C M Y K H S L
Decimal 112 92 170 0.34 0.46 0 0.33 255.38 0.31 0.51
Hex 70 5C AA 22 2E 0 21 FF 1F 33
Octal 160 134 252 42 56 0 41 377 37 63
Binary 1110000 1011100 10101010 100010 101110 0 100001 11111111 11111 110011

Color Harmonies of #705CAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #705CAA

Black with #705CAA

Text Example


Text Example

White with #705CAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,92,170); }

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

background-color css

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

 a { background-color: rgb(112,92,170); }

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

border-color css

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

 span { border-color: rgb(112,92,170); }

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