#378A9D

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

Shades of Scooter #378A9D

Tints of Scooter #378A9D

Color information

#378A9D (or 0x378A9D) is unknown color: approx Scooter. HEX triplet: 37, 8A and 9D. RGB value is (55,138,157). Sum of RGB (Red+Green+Blue) = 55+138+157=350 (46% of max value = 765). Red value is 55 (21.88% from 255 or 15.71% from 350); Green value is 138 (54.30% from 255 or 39.43% from 350); Blue value is 157 (61.72% from 255 or 44.86% from 350); Max value from RGB is 157 - color contains mainly: blue. Hex color #378A9D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #378A9D is #C87562. Grayscale: #737373. Windows color (decimal): -13137251 or 10324535. OLE color: 10324535.

HSL color Cylindrical-coordinate representation of color #378A9D: hue angle of 191.18º degrees, saturation: 0.48, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #378A9D is Cyan = 0.65, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB55138157-
CMYK0.650.1200.38
HSL191.18º48.11%41.57%-
HSV(B)191.18º64.97%61.57%-
XYZ16.7521.4235.15-
YUV115.35151.584.96-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 15.71%
GREEN value IS 138 (54.30% from 255) = 39.43%
BLUE value IS 157 (61.72% from 255) = 44.86%
R=15.71%
G=39.43%
B=44.86%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal551381570.650.1200.38191.1848.1141.57
Hex378A9D41C026bf302a
Octal67212235101140462776052
Binary110111100010101001110110000011100010011010111111110000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #378A9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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