#379399

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

Shades of Scooter #379399

Tints of Scooter #379399

Color information

#379399 (or 0x379399) is unknown color: approx Scooter. HEX triplet: 37, 93 and 99. RGB value is (55,147,153). Sum of RGB (Red+Green+Blue) = 55+147+153=355 (47% of max value = 765). Red value is 55 (21.88% from 255 or 15.49% from 355); Green value is 147 (57.81% from 255 or 41.41% from 355); Blue value is 153 (60.16% from 255 or 43.10% from 355); Max value from RGB is 153 - color contains mainly: blue. Hex color #379399 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #379399 is #C86C66. Grayscale: #787878. Windows color (decimal): -13134951 or 10064695. OLE color: 10064695.

HSL color Cylindrical-coordinate representation of color #379399: hue angle of 183.67º degrees, saturation: 0.47, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #379399 is Cyan = 0.64, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB55147153-
CMYK0.640.0400.4
HSL183.67º47.12%40.78%-
HSV(B)183.67º64.05%60%-
XYZ17.7623.9833.83-
YUV120.18146.5281.51-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 15.49%
GREEN value IS 147 (57.81% from 255) = 41.41%
BLUE value IS 153 (60.16% from 255) = 43.10%
R=15.49%
G=41.41%
B=43.10%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal551471530.640.0400.4183.6747.1240.78
Hex379399404028b82f29
Octal6722323110040502705751
Binary11011110010011100110011000000100010100010111000101111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #379399

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #379399; }

 p { color: rgb(55,147,153); }

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

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

 a { background-color: rgb(55,147,153); }

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

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

 span { border-color: rgb(55,147,153); }

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