#378296

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

Shades of Scooter #378296

Tints of Scooter #378296

Color information

#378296 (or 0x378296) is unknown color: approx Scooter. HEX triplet: 37, 82 and 96. RGB value is (55,130,150). Sum of RGB (Red+Green+Blue) = 55+130+150=335 (44% of max value = 765). Red value is 55 (21.88% from 255 or 16.42% from 335); Green value is 130 (51.17% from 255 or 38.81% from 335); Blue value is 150 (58.98% from 255 or 44.78% from 335); Max value from RGB is 150 - color contains mainly: blue. Hex color #378296 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #378296 is #C87D69. Grayscale: #6D6D6D. Windows color (decimal): -13139306 or 9863735. OLE color: 9863735.

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

Color convert

RGB55130150-
CMYK0.630.1300.41
HSL192.63º46.34%40.2%-
HSV(B)192.63º63.33%58.82%-
XYZ15.0618.9831.72-
YUV109.85150.6588.87-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 16.42%
GREEN value IS 130 (51.17% from 255) = 38.81%
BLUE value IS 150 (58.98% from 255) = 44.78%
R=16.42%
G=38.81%
B=44.78%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal551301500.630.1300.41192.6346.3440.2
Hex3782963FD029c12e28
Octal6720222677150513015650
Binary11011110000010100101101111111101010100111000001101110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #378296

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #378296; }

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

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

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

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

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

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

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

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