Html Css Color HEX #737382 Dolphin

📋 copy color: '#737382'

red 115 ◦ green 115 ◦ blue 130

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

Shades of Dolphin #737382

Tints of Dolphin #737382

RGB

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

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

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

R = 31.94%
G = 31.94%
B = 36.11%

CMYK

 C value IS 0.12

 M value IS 0.12

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#737382 (or 0x737382) is known color: Dolphin. HEX triplet: 73, 73 and 82. RGB value is (115,115,130). Sum of RGB (Red+Green+Blue) = 115+115+130=360 (47% of max value = 765). Red value is 115 (45.31% from 255 or 31.94% from 360); Green value is 115 (45.31% from 255 or 31.94% from 360); Blue value is 130 (51.17% from 255 or 36.11% from 360); Max value from RGB is 130 - color contains mainly: blue. Hex color #737382 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #737382 is #8C8C7D. Grayscale: #747474. Windows color (decimal): -9211006 or 8549235. OLE color: 8549235.

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

Color convert

RGB 115 115 130 -
CMYK 0.12 0.12 0 0.49
HSL 240º 0.06% 0.48% -
HSV(B) 240º 0.12% 0.51% -
XYZ 17.23 17.52 23.59 -
YUV 116.71 135.5 126.78 -
System Red Green Blue C M Y K H S L
Decimal 115 115 130 0.12 0.12 0 0.49 240 0.06 0.48
Hex 73 73 82 C C 0 31 F0 6 30
Octal 163 163 202 14 14 0 61 360 6 60
Binary 1110011 1110011 10000010 1100 1100 0 110001 11110000 110 110000

Color Harmonies of #737382

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #737382

Black with #737382

Text Example


Text Example

White with #737382

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #737382; }

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

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

background-color css

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

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

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

border-color css

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

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

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