#705FBC

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

Shades of Blue Marguerite #705FBC

Tints of Blue Marguerite #705FBC

Color information

#705FBC (or 0x705FBC) is unknown color: approx Blue Marguerite. HEX triplet: 70, 5F and BC. RGB value is (112,95,188). Sum of RGB (Red+Green+Blue) = 112+95+188=395 (52% of max value = 765). Red value is 112 (44.14% from 255 or 28.35% from 395); Green value is 95 (37.5% from 255 or 24.05% from 395); Blue value is 188 (73.83% from 255 or 47.59% from 395); Max value from RGB is 188 - color contains mainly: blue. Hex color #705FBC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #705FBC is #8FA043. Grayscale: #6E6E6E. Windows color (decimal): -9412676 or 12345200. OLE color: 12345200.

HSL color Cylindrical-coordinate representation of color #705FBC: hue angle of 250.97º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #705FBC is Cyan = 0.40, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB11295188-
CMYK0.400.4900.26
HSL250.97º40.97%55.49%-
HSV(B)250.97º49.47%73.73%-
XYZ19.8515.2649.48-
YUV110.68171.63128.94-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 28.35%
GREEN value IS 95 (37.5% from 255) = 24.05%
BLUE value IS 188 (73.83% from 255) = 47.59%
R=28.35%
G=24.05%
B=47.59%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal112951880.400.4900.26250.9740.9755.49
Hex705FBC283101Afb2937
Octal16013727450610323735167
Binary111000010111111011110010100011000101101011111011101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #705FBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,95,188); }

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

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

 a { background-color: rgb(112,95,188); }

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

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

 span { border-color: rgb(112,95,188); }

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