#737284

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

Shades of Dolphin #737284

Tints of Dolphin #737284

Color information

#737284 (or 0x737284) is unknown color: approx Dolphin. HEX triplet: 73, 72 and 84. RGB value is (115,114,132). Sum of RGB (Red+Green+Blue) = 115+114+132=361 (47% of max value = 765). Red value is 115 (45.31% from 255 or 31.86% from 361); Green value is 114 (44.92% from 255 or 31.58% from 361); Blue value is 132 (51.95% from 255 or 36.57% from 361); Max value from RGB is 132 - color contains mainly: blue. Hex color #737284 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #737284 is #8C8D7B. Grayscale: #747474. Windows color (decimal): -9211260 or 8680051. OLE color: 8680051.

HSL color Cylindrical-coordinate representation of color #737284: hue angle of 243.33º degrees, saturation: 0.07, 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 #737284 is Cyan = 0.13, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB115114132-
CMYK0.130.1400.48
HSL243.33º7.32%48.24%-
HSV(B)243.33º13.64%51.76%-
XYZ17.2517.3524.27-
YUV116.35136.83127.04-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 31.86%
GREEN value IS 114 (44.92% from 255) = 31.58%
BLUE value IS 132 (51.95% from 255) = 36.57%
R=31.86%
G=31.58%
B=36.57%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1151141320.130.1400.48243.337.3248.24
Hex737284DE030f3730
Octal1631622041516060363760
Binary111001111100101000010011011110011000011110011111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #737284

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #737284; }

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

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

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

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

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

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

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

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