#378596

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

Shades of Scooter #378596

Tints of Scooter #378596

Color information

#378596 (or 0x378596) is unknown color: approx Scooter. HEX triplet: 37, 85 and 96. RGB value is (55,133,150). Sum of RGB (Red+Green+Blue) = 55+133+150=338 (44% of max value = 765). Red value is 55 (21.88% from 255 or 16.27% from 338); Green value is 133 (52.34% from 255 or 39.35% from 338); Blue value is 150 (58.98% from 255 or 44.38% from 338); Max value from RGB is 150 - color contains mainly: blue. Hex color #378596 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #378596 is #C87A69. Grayscale: #6F6F6F. Windows color (decimal): -13138538 or 9864503. OLE color: 9864503.

HSL color Cylindrical-coordinate representation of color #378596: hue angle of 190.74º 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 #378596 is Cyan = 0.63, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB55133150-
CMYK0.630.1100.41
HSL190.74º46.34%40.2%-
HSV(B)190.74º63.33%58.82%-
XYZ15.4719.7931.86-
YUV111.62149.6687.62-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 16.27%
GREEN value IS 133 (52.34% from 255) = 39.35%
BLUE value IS 150 (58.98% from 255) = 44.38%
R=16.27%
G=39.35%
B=44.38%

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
Decimal551331500.630.1100.41190.7446.3440.2
Hex3785963FB029bf2e28
Octal6720522677130512775650
Binary11011110000101100101101111111011010100110111111101110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #378596

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #378596; }

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

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

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

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

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

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

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

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