#378A99

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

Shades of Scooter #378A99

Tints of Scooter #378A99

Color information

#378A99 (or 0x378A99) is unknown color: approx Scooter. HEX triplet: 37, 8A and 99. RGB value is (55,138,153). Sum of RGB (Red+Green+Blue) = 55+138+153=346 (45% of max value = 765). Red value is 55 (21.88% from 255 or 15.90% from 346); Green value is 138 (54.30% from 255 or 39.88% from 346); Blue value is 153 (60.16% from 255 or 44.22% from 346); Max value from RGB is 153 - color contains mainly: blue. Hex color #378A99 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #378A99 is #C87566. Grayscale: #727272. Windows color (decimal): -13137255 or 10062391. OLE color: 10062391.

HSL color Cylindrical-coordinate representation of color #378A99: hue angle of 189.18º 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 #378A99 is Cyan = 0.64, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB55138153-
CMYK0.640.1000.4
HSL189.18º47.12%40.78%-
HSV(B)189.18º64.05%60%-
XYZ16.4121.2933.38-
YUV114.89149.585.28-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 15.90%
GREEN value IS 138 (54.30% from 255) = 39.88%
BLUE value IS 153 (60.16% from 255) = 44.22%
R=15.90%
G=39.88%
B=44.22%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal551381530.640.1000.4189.1847.1240.78
Hex378A9940A028bd2f29
Octal67212231100120502755751
Binary110111100010101001100110000001010010100010111101101111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #378A99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #378A99; }

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

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

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

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

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

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

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

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