#757388

Color #757388 Dolphin (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dolphin #757388

Tints of Dolphin #757388

Color information

#757388 (or 0x757388) is unknown color: approx Dolphin. HEX triplet: 75, 73 and 88. RGB value is (117,115,136). Sum of RGB (Red+Green+Blue) = 117+115+136=368 (48% of max value = 765). Red value is 117 (46.09% from 255 or 31.79% from 368); Green value is 115 (45.31% from 255 or 31.25% from 368); Blue value is 136 (53.52% from 255 or 36.96% from 368); Max value from RGB is 136 - color contains mainly: blue. Hex color #757388 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #757388 is #8A8C77. Grayscale: #757575. Windows color (decimal): -9079928 or 8942453. OLE color: 8942453.

HSL color Cylindrical-coordinate representation of color #757388: hue angle of 245.71º degrees, saturation: 0.08, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #757388 is Cyan = 0.14, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB117115136-
CMYK0.140.1500.47
HSL245.71º8.37%49.22%-
HSV(B)245.71º15.44%53.33%-
XYZ17.9117.8225.79-
YUV117.99138.16127.29-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 31.79%
GREEN value IS 115 (45.31% from 255) = 31.25%
BLUE value IS 136 (53.52% from 255) = 36.96%
R=31.79%
G=31.25%
B=36.96%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1171151360.140.1500.47245.718.3749.22
Hex757388EF02Ff6831
Octal16516321016170573661061
Binary1110101111001110001000111011110101111111101101000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #757388

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #757388; }

 p { color: rgb(117,115,136); }

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

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

 a { background-color: rgb(117,115,136); }

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

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

 span { border-color: rgb(117,115,136); }

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