Html Css Color HEX #737380 Dolphin

📋 copy color: '#737380'

red 115 ◦ green 115 ◦ blue 128

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

Shades of Dolphin #737380

Tints of Dolphin #737380

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 35.75%

R = 32.12%
G = 32.12%
B = 35.75%

CMYK

 C value IS 0.10

 M value IS 0.10

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#737380 (or 0x737380) is known color: Dolphin. HEX triplet: 73, 73 and 80. RGB value is (115,115,128). Sum of RGB (Red+Green+Blue) = 115+115+128=358 (47% of max value = 765). Red value is 115 (45.31% from 255 or 32.12% from 358); Green value is 115 (45.31% from 255 or 32.12% from 358); Blue value is 128 (50.39% from 255 or 35.75% from 358); Max value from RGB is 128 - color contains mainly: blue. Hex color #737380 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #737380 is #8C8C7F. Grayscale: #747474. Windows color (decimal): -9211008 or 8418163. OLE color: 8418163.

HSL color Cylindrical-coordinate representation of color #737380: hue angle of 240º degrees, saturation: 0.05, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #737380 is Cyan = 0.10, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 115 115 128 -
CMYK 0.10 0.10 0 0.50
HSL 240º 0.05% 0.48% -
HSV(B) 240º 0.1% 0.5% -
XYZ 17.1 17.46 22.89 -
YUV 116.48 134.5 126.94 -
System Red Green Blue C M Y K H S L
Decimal 115 115 128 0.10 0.10 0 0.50 240 0.05 0.48
Hex 73 73 80 A A 0 32 F0 5 30
Octal 163 163 200 12 12 0 62 360 5 60
Binary 1110011 1110011 10000000 1010 1010 0 110010 11110000 101 110000

Color Harmonies of #737380

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #737380

Black with #737380

Text Example


Text Example

White with #737380

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #737380; }

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

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

background-color css

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

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

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

border-color css

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

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

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