#378696

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

Shades of Scooter #378696

Tints of Scooter #378696

Color information

#378696 (or 0x378696) is unknown color: approx Scooter. HEX triplet: 37, 86 and 96. RGB value is (55,134,150). Sum of RGB (Red+Green+Blue) = 55+134+150=339 (44% of max value = 765). Red value is 55 (21.88% from 255 or 16.22% from 339); Green value is 134 (52.73% from 255 or 39.53% from 339); Blue value is 150 (58.98% from 255 or 44.25% from 339); Max value from RGB is 150 - color contains mainly: blue. Hex color #378696 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #378696 is #C87969. Grayscale: #707070. Windows color (decimal): -13138282 or 9864759. OLE color: 9864759.

HSL color Cylindrical-coordinate representation of color #378696: hue angle of 190.11º degrees, saturation: 0.46, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #378696 is Cyan = 0.63, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB55134150-
CMYK0.630.1100.41
HSL190.11º46.34%40.2%-
HSV(B)190.11º63.33%58.82%-
XYZ15.6120.0631.9-
YUV112.2149.3387.2-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 16.22%
GREEN value IS 134 (52.73% from 255) = 39.53%
BLUE value IS 150 (58.98% from 255) = 44.25%
R=16.22%
G=39.53%
B=44.25%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal551341500.630.1100.41190.1146.3440.2
Hex3786963FB029be2e28
Octal6720622677130512765650
Binary11011110000110100101101111111011010100110111110101110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #378696

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #378696; }

 p { color: rgb(55,134,150); }

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

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

 a { background-color: rgb(55,134,150); }

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

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

 span { border-color: rgb(55,134,150); }

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