#378199

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

Shades of Scooter #378199

Tints of Scooter #378199

Color information

#378199 (or 0x378199) is unknown color: approx Scooter. HEX triplet: 37, 81 and 99. RGB value is (55,129,153). Sum of RGB (Red+Green+Blue) = 55+129+153=337 (44% of max value = 765). Red value is 55 (21.88% from 255 or 16.32% from 337); Green value is 129 (50.78% from 255 or 38.28% from 337); Blue value is 153 (60.16% from 255 or 45.40% from 337); Max value from RGB is 153 - color contains mainly: blue. Hex color #378199 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #378199 is #C87E66. Grayscale: #6D6D6D. Windows color (decimal): -13139559 or 10060087. OLE color: 10060087.

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

Color convert

RGB55129153-
CMYK0.640.1600.4
HSL194.69º47.12%40.78%-
HSV(B)194.69º64.05%60%-
XYZ15.1818.8132.97-
YUV109.61152.4889.05-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 16.32%
GREEN value IS 129 (50.78% from 255) = 38.28%
BLUE value IS 153 (60.16% from 255) = 45.40%
R=16.32%
G=38.28%
B=45.40%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal551291530.640.1600.4194.6947.1240.78
Hex3781994010028c32f29
Octal67201231100200503035751
Binary1101111000000110011001100000010000010100011000011101111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #378199

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #378199; }

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

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

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

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

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

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

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

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