#378C99

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

Shades of Scooter #378C99

Tints of Scooter #378C99

Color information

#378C99 (or 0x378C99) is unknown color: approx Scooter. HEX triplet: 37, 8C and 99. RGB value is (55,140,153). Sum of RGB (Red+Green+Blue) = 55+140+153=348 (46% of max value = 765). Red value is 55 (21.88% from 255 or 15.80% from 348); Green value is 140 (55.08% from 255 or 40.23% from 348); Blue value is 153 (60.16% from 255 or 43.97% from 348); Max value from RGB is 153 - color contains mainly: blue. Hex color #378C99 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #378C99 is #C87366. Grayscale: #737373. Windows color (decimal): -13136743 or 10062903. OLE color: 10062903.

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

Color convert

RGB55140153-
CMYK0.640.0800.4
HSL187.96º47.12%40.78%-
HSV(B)187.96º64.05%60%-
XYZ16.721.8733.48-
YUV116.07148.8484.44-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 15.80%
GREEN value IS 140 (55.08% from 255) = 40.23%
BLUE value IS 153 (60.16% from 255) = 43.97%
R=15.80%
G=40.23%
B=43.97%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal551401530.640.0800.4187.9647.1240.78
Hex378C99408028bc2f29
Octal67214231100100502745751
Binary110111100011001001100110000001000010100010111100101111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #378C99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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