#705CAF

Color #705CAF Blue Marguerite (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Marguerite #705CAF

Tints of Blue Marguerite #705CAF

Color information

#705CAF (or 0x705CAF) is unknown color: approx Blue Marguerite. HEX triplet: 70, 5C and AF. RGB value is (112,92,175). Sum of RGB (Red+Green+Blue) = 112+92+175=379 (50% of max value = 765). Red value is 112 (44.14% from 255 or 29.55% from 379); Green value is 92 (36.33% from 255 or 24.27% from 379); Blue value is 175 (68.75% from 255 or 46.17% from 379); Max value from RGB is 175 - color contains mainly: blue. Hex color #705CAF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #705CAF is #8FA350. Grayscale: #6B6B6B. Windows color (decimal): -9413457 or 11492464. OLE color: 11492464.

HSL color Cylindrical-coordinate representation of color #705CAF: hue angle of 254.46º degrees, saturation: 0.34, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #705CAF is Cyan = 0.36, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB11292175-
CMYK0.360.4700.31
HSL254.46º34.16%52.35%-
HSV(B)254.46º47.43%68.63%-
XYZ18.2514.1942.34-
YUV107.44166.13131.25-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 29.55%
GREEN value IS 92 (36.33% from 255) = 24.27%
BLUE value IS 175 (68.75% from 255) = 46.17%
R=29.55%
G=24.27%
B=46.17%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal112921750.360.4700.31254.4634.1652.35
Hex705CAF242F01Ffe2234
Octal16013425744570373764264
Binary111000010111001010111110010010111101111111111110100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #705CAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #705CAF;
 }
 .AnyTagClassName
 {
   color: #705CAF;
 }
</style>
background-color css

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

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

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

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

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

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