#378895

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

Shades of Scooter #378895

Tints of Scooter #378895

Color information

#378895 (or 0x378895) is unknown color: approx Scooter. HEX triplet: 37, 88 and 95. RGB value is (55,136,149). Sum of RGB (Red+Green+Blue) = 55+136+149=340 (45% of max value = 765). Red value is 55 (21.88% from 255 or 16.18% from 340); Green value is 136 (53.52% from 255 or 40% from 340); Blue value is 149 (58.59% from 255 or 43.82% from 340); Max value from RGB is 149 - color contains mainly: blue. Hex color #378895 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #378895 is #C8776A. Grayscale: #717171. Windows color (decimal): -13137771 or 9799735. OLE color: 9799735.

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

Color convert

RGB55136149-
CMYK0.630.0900.42
HSL188.3º46.08%40%-
HSV(B)188.3º63.09%58.43%-
XYZ15.820.5931.58-
YUV113.26148.1686.44-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 16.18%
GREEN value IS 136 (53.52% from 255) = 40%
BLUE value IS 149 (58.59% from 255) = 43.82%
R=16.18%
G=40%
B=43.82%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal551361490.630.0900.42188.346.0840
Hex3788953F902Abc2e28
Octal6721022577110522745650
Binary11011110001000100101011111111001010101010111100101110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #378895

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #378895; }

 p { color: rgb(55,136,149); }

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

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

 a { background-color: rgb(55,136,149); }

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

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

 span { border-color: rgb(55,136,149); }

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