#378A95

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

Shades of Scooter #378A95

Tints of Scooter #378A95

Color information

#378A95 (or 0x378A95) is unknown color: approx Scooter. HEX triplet: 37, 8A and 95. RGB value is (55,138,149). Sum of RGB (Red+Green+Blue) = 55+138+149=342 (45% of max value = 765). Red value is 55 (21.88% from 255 or 16.08% from 342); Green value is 138 (54.30% from 255 or 40.35% from 342); Blue value is 149 (58.59% from 255 or 43.57% from 342); Max value from RGB is 149 - color contains mainly: blue. Hex color #378A95 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #378A95 is #C8756A. Grayscale: #727272. Windows color (decimal): -13137259 or 9800247. OLE color: 9800247.

HSL color Cylindrical-coordinate representation of color #378A95: hue angle of 187.02º 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 #378A95 is Cyan = 0.63, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB55138149-
CMYK0.630.0700.42
HSL187.02º46.08%40%-
HSV(B)187.02º63.09%58.43%-
XYZ16.0921.1631.67-
YUV114.44147.585.61-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 16.08%
GREEN value IS 138 (54.30% from 255) = 40.35%
BLUE value IS 149 (58.59% from 255) = 43.57%
R=16.08%
G=40.35%
B=43.57%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal551381490.630.0700.42187.0246.0840
Hex378A953F702Abb2e28
Octal672122257770522735650
Binary1101111000101010010101111111111010101010111011101110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #378A95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #378A95; }

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

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

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

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

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

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

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

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