#379B9D

Color #379B9D Scooter (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Scooter #379B9D

Tints of Scooter #379B9D

Color information

#379B9D (or 0x379B9D) is unknown color: approx Scooter. HEX triplet: 37, 9B and 9D. RGB value is (55,155,157). Sum of RGB (Red+Green+Blue) = 55+155+157=367 (48% of max value = 765). Red value is 55 (21.88% from 255 or 14.99% from 367); Green value is 155 (60.94% from 255 or 42.23% from 367); Blue value is 157 (61.72% from 255 or 42.78% from 367); Max value from RGB is 157 - color contains mainly: blue. Hex color #379B9D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #379B9D is #C86462. Grayscale: #7D7D7D. Windows color (decimal): -13132899 or 10328887. OLE color: 10328887.

HSL color Cylindrical-coordinate representation of color #379B9D: hue angle of 181.18º degrees, saturation: 0.48, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #379B9D is Cyan = 0.65, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB55155157-
CMYK0.650.0100.38
HSL181.18º48.11%41.57%-
HSV(B)181.18º64.97%61.57%-
XYZ19.3826.6936.03-
YUV125.33145.8777.84-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 14.99%
GREEN value IS 155 (60.94% from 255) = 42.23%
BLUE value IS 157 (61.72% from 255) = 42.78%
R=14.99%
G=42.23%
B=42.78%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal551551570.650.0100.38181.1848.1141.57
Hex379B9D411026b5302a
Octal6723323510110462656052
Binary110111100110111001110110000011010011010110101110000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #379B9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #379B9D; }

 p { color: rgb(55,155,157); }

 H1.HeaderClassName
 {
   color: #379B9D;
 }
 .AnyTagClassName
 {
   color: #379B9D;
 }
</style>
background-color css

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

 a { background-color: rgb(55,155,157); }

 div.DivClassName
 {
   background-color: #379B9D;
 }
 .BgClassName
 {
   background-color: #379B9D;
 }
</style>
border-color css

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

 span { border-color: rgb(55,155,157); }

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