#737285

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

Shades of Dolphin #737285

Tints of Dolphin #737285

Color information

#737285 (or 0x737285) is unknown color: approx Dolphin. HEX triplet: 73, 72 and 85. RGB value is (115,114,133). Sum of RGB (Red+Green+Blue) = 115+114+133=362 (47% of max value = 765). Red value is 115 (45.31% from 255 or 31.77% from 362); Green value is 114 (44.92% from 255 or 31.49% from 362); Blue value is 133 (52.34% from 255 or 36.74% from 362); Max value from RGB is 133 - color contains mainly: blue. Hex color #737285 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #737285 is #8C8D7A. Grayscale: #747474. Windows color (decimal): -9211259 or 8745587. OLE color: 8745587.

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

Color convert

RGB115114133-
CMYK0.140.1400.48
HSL243.16º7.69%48.43%-
HSV(B)243.16º14.29%52.16%-
XYZ17.3217.3724.63-
YUV116.46137.33126.96-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 31.77%
GREEN value IS 114 (44.92% from 255) = 31.49%
BLUE value IS 133 (52.34% from 255) = 36.74%
R=31.77%
G=31.49%
B=36.74%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1151141330.140.1400.48243.167.6948.43
Hex737285EE030f3830
Octal16316220516160603631060
Binary1110011111001010000101111011100110000111100111000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #737285

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #737285; }

 p { color: rgb(115,114,133); }

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

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

 a { background-color: rgb(115,114,133); }

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

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

 span { border-color: rgb(115,114,133); }

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