#378397

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

Shades of Scooter #378397

Tints of Scooter #378397

Color information

#378397 (or 0x378397) is unknown color: approx Scooter. HEX triplet: 37, 83 and 97. RGB value is (55,131,151). Sum of RGB (Red+Green+Blue) = 55+131+151=337 (44% of max value = 765). Red value is 55 (21.88% from 255 or 16.32% from 337); Green value is 131 (51.56% from 255 or 38.87% from 337); Blue value is 151 (59.38% from 255 or 44.81% from 337); Max value from RGB is 151 - color contains mainly: blue. Hex color #378397 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #378397 is #C87C68. Grayscale: #6E6E6E. Windows color (decimal): -13139049 or 9929527. OLE color: 9929527.

HSL color Cylindrical-coordinate representation of color #378397: hue angle of 192.5º degrees, saturation: 0.47, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #378397 is Cyan = 0.64, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB55131151-
CMYK0.640.1300.41
HSL192.5º46.6%40.39%-
HSV(B)192.5º63.58%59.22%-
XYZ15.2819.2832.19-
YUV110.56150.8288.37-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 16.32%
GREEN value IS 131 (51.56% from 255) = 38.87%
BLUE value IS 151 (59.38% from 255) = 44.81%
R=16.32%
G=38.87%
B=44.81%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal551311510.640.1300.41192.546.640.39
Hex37839740D029c02f28
Octal67203227100150513005750
Binary110111100000111001011110000001101010100111000000101111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #378397

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #378397; }

 p { color: rgb(55,131,151); }

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

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

 a { background-color: rgb(55,131,151); }

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

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

 span { border-color: rgb(55,131,151); }

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