#378D9C

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

Shades of Scooter #378D9C

Tints of Scooter #378D9C

Color information

#378D9C (or 0x378D9C) is unknown color: approx Scooter. HEX triplet: 37, 8D and 9C. RGB value is (55,141,156). Sum of RGB (Red+Green+Blue) = 55+141+156=352 (46% of max value = 765). Red value is 55 (21.88% from 255 or 15.62% from 352); Green value is 141 (55.47% from 255 or 40.06% from 352); Blue value is 156 (61.33% from 255 or 44.32% from 352); Max value from RGB is 156 - color contains mainly: blue. Hex color #378D9C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #378D9C is #C87263. Grayscale: #747474. Windows color (decimal): -13136484 or 10259767. OLE color: 10259767.

HSL color Cylindrical-coordinate representation of color #378D9C: hue angle of 188.91º degrees, saturation: 0.48, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #378D9C is Cyan = 0.65, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB55141156-
CMYK0.650.1000.39
HSL188.91º47.87%41.37%-
HSV(B)188.91º64.74%61.18%-
XYZ17.122.2634.85-
YUV117150.0183.78-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 15.62%
GREEN value IS 141 (55.47% from 255) = 40.06%
BLUE value IS 156 (61.33% from 255) = 44.32%
R=15.62%
G=40.06%
B=44.32%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal551411560.650.1000.39188.9147.8741.37
Hex378D9C41A027bd3029
Octal67215234101120472756051
Binary110111100011011001110010000011010010011110111101110000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #378D9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(55,141,156); }

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

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

 a { background-color: rgb(55,141,156); }

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

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

 span { border-color: rgb(55,141,156); }

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