Html Css Color HEX #737381 Dolphin

📋 copy color: '#737381'

red 115 ◦ green 115 ◦ blue 129

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

Shades of Dolphin #737381

Tints of Dolphin #737381

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 35.93%

R = 32.03%
G = 32.03%
B = 35.93%

CMYK

 C value IS 0.11

 M value IS 0.11

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#737381 (or 0x737381) is known color: Dolphin. HEX triplet: 73, 73 and 81. RGB value is (115,115,129). Sum of RGB (Red+Green+Blue) = 115+115+129=359 (47% of max value = 765). Red value is 115 (45.31% from 255 or 32.03% from 359); Green value is 115 (45.31% from 255 or 32.03% from 359); Blue value is 129 (50.78% from 255 or 35.93% from 359); Max value from RGB is 129 - color contains mainly: blue. Hex color #737381 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #737381 is #8C8C7E. Grayscale: #747474. Windows color (decimal): -9211007 or 8483699. OLE color: 8483699.

HSL color Cylindrical-coordinate representation of color #737381: 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.11%. Process color model (Four color, CMYK) of #737381 is Cyan = 0.11, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 115 115 129 -
CMYK 0.11 0.11 0 0.49
HSL 240º 0.06% 0.48% -
HSV(B) 240º 0.11% 0.51% -
XYZ 17.16 17.49 23.24 -
YUV 116.6 135 126.86 -
System Red Green Blue C M Y K H S L
Decimal 115 115 129 0.11 0.11 0 0.49 240 0.06 0.48
Hex 73 73 81 B B 0 31 F0 6 30
Octal 163 163 201 13 13 0 61 360 6 60
Binary 1110011 1110011 10000001 1011 1011 0 110001 11110000 110 110000

Color Harmonies of #737381

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #737381

Black with #737381

Text Example


Text Example

White with #737381

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #737381; }

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

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

background-color css

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

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

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

border-color css

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

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

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