Html Css Color HEX #737082 Dolphin

📋 copy color: '#737082'

red 115 ◦ green 112 ◦ blue 130

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

Shades of Dolphin #737082

Tints of Dolphin #737082

RGB

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

 GREEN value IS 112 (44.14% from 255) = 31.37%

 BLUE value IS 130 (51.17% from 255) = 36.41%

R = 32.21%
G = 31.37%
B = 36.41%

CMYK

 C value IS 0.12

 M value IS 0.14

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#737082 (or 0x737082) is known color: Dolphin. HEX triplet: 73, 70 and 82. RGB value is (115,112,130). Sum of RGB (Red+Green+Blue) = 115+112+130=357 (47% of max value = 765). Red value is 115 (45.31% from 255 or 32.21% from 357); Green value is 112 (44.14% from 255 or 31.37% from 357); Blue value is 130 (51.17% from 255 or 36.41% from 357); Max value from RGB is 130 - color contains mainly: blue. Hex color #737082 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #737082 is #8C8F7D. Grayscale: #727272. Windows color (decimal): -9211774 or 8548467. OLE color: 8548467.

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

Color convert

RGB 115 112 130 -
CMYK 0.12 0.14 0 0.49
HSL 250º 0.07% 0.47% -
HSV(B) 250º 0.14% 0.51% -
XYZ 16.89 16.84 23.48 -
YUV 114.95 136.49 128.04 -
System Red Green Blue C M Y K H S L
Decimal 115 112 130 0.12 0.14 0 0.49 250 0.07 0.47
Hex 73 70 82 C E 0 31 FA 7 2F
Octal 163 160 202 14 16 0 61 372 7 57
Binary 1110011 1110000 10000010 1100 1110 0 110001 11111010 111 101111

Color Harmonies of #737082

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #737082

Black with #737082

Text Example


Text Example

White with #737082

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #737082; }

 p { color: rgb(115,112,130); }

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

background-color css

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

 a { background-color: rgb(115,112,130); }

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

border-color css

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

 span { border-color: rgb(115,112,130); }

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