#705DAF

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

Shades of Blue Marguerite #705DAF

Tints of Blue Marguerite #705DAF

Color information

#705DAF (or 0x705DAF) is unknown color: approx Blue Marguerite. HEX triplet: 70, 5D and AF. RGB value is (112,93,175). Sum of RGB (Red+Green+Blue) = 112+93+175=380 (50% of max value = 765). Red value is 112 (44.14% from 255 or 29.47% from 380); Green value is 93 (36.72% from 255 or 24.47% from 380); Blue value is 175 (68.75% from 255 or 46.05% from 380); Max value from RGB is 175 - color contains mainly: blue. Hex color #705DAF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #705DAF is #8FA250. Grayscale: #6B6B6B. Windows color (decimal): -9413201 or 11492720. OLE color: 11492720.

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

Color convert

RGB11293175-
CMYK0.360.4700.31
HSL253.9º33.88%52.55%-
HSV(B)253.9º46.86%68.63%-
XYZ18.3314.3742.36-
YUV108.03165.79130.83-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 29.47%
GREEN value IS 93 (36.72% from 255) = 24.47%
BLUE value IS 175 (68.75% from 255) = 46.05%
R=29.47%
G=24.47%
B=46.05%

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
Decimal112931750.360.4700.31253.933.8852.55
Hex705DAF242F01Ffe2235
Octal16013525744570373764265
Binary111000010111011010111110010010111101111111111110100010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #705DAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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