Html Css Color HEX #737184 Dolphin

📋 copy color: '#737184'

red 115 ◦ green 113 ◦ blue 132

#737184
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dolphin #737184

Tints of Dolphin #737184

RGB

 RED value IS 115 (45.31% from 255) = 31.94%

 GREEN value IS 113 (44.53% from 255) = 31.39%

 BLUE value IS 132 (51.95% from 255) = 36.67%

R = 31.94%
G = 31.39%
B = 36.67%

CMYK

 C value IS 0.13

 M value IS 0.14

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#737184 (or 0x737184) is known color: Dolphin. HEX triplet: 73, 71 and 84. RGB value is (115,113,132). Sum of RGB (Red+Green+Blue) = 115+113+132=360 (47% of max value = 765). Red value is 115 (45.31% from 255 or 31.94% from 360); Green value is 113 (44.53% from 255 or 31.39% from 360); Blue value is 132 (51.95% from 255 or 36.67% from 360); Max value from RGB is 132 - color contains mainly: blue. Hex color #737184 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #737184 is #8C8E7B. Grayscale: #737373. Windows color (decimal): -9211516 or 8679795. OLE color: 8679795.

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

Color convert

RGB 115 113 132 -
CMYK 0.13 0.14 0 0.48
HSL 246.32º 0.08% 0.48% -
HSV(B) 246.32º 0.14% 0.52% -
XYZ 17.14 17.12 24.23 -
YUV 115.76 137.16 127.46 -
System Red Green Blue C M Y K H S L
Decimal 115 113 132 0.13 0.14 0 0.48 246.32 0.08 0.48
Hex 73 71 84 D E 0 30 F6 8 30
Octal 163 161 204 15 16 0 60 366 10 60
Binary 1110011 1110001 10000100 1101 1110 0 110000 11110110 1000 110000

Color Harmonies of #737184

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #737184

Black with #737184

Text Example


Text Example

White with #737184

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #737184; }

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

 H1.HeaderClassName
 {
   color: #737184;
 }
 .AnyTagClassName
 {
   color: #737184;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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