#378799

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

Shades of Scooter #378799

Tints of Scooter #378799

Color information

#378799 (or 0x378799) is unknown color: approx Scooter. HEX triplet: 37, 87 and 99. RGB value is (55,135,153). Sum of RGB (Red+Green+Blue) = 55+135+153=343 (45% of max value = 765). Red value is 55 (21.88% from 255 or 16.03% from 343); Green value is 135 (53.12% from 255 or 39.36% from 343); Blue value is 153 (60.16% from 255 or 44.61% from 343); Max value from RGB is 153 - color contains mainly: blue. Hex color #378799 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #378799 is #C87866. Grayscale: #707070. Windows color (decimal): -13138023 or 10061623. OLE color: 10061623.

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

Color convert

RGB55135153-
CMYK0.640.1200.4
HSL191.02º47.12%40.78%-
HSV(B)191.02º64.05%60%-
XYZ15.9920.4433.24-
YUV113.13150.586.54-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 16.03%
GREEN value IS 135 (53.12% from 255) = 39.36%
BLUE value IS 153 (60.16% from 255) = 44.61%
R=16.03%
G=39.36%
B=44.61%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal551351530.640.1200.4191.0247.1240.78
Hex37879940C028bf2f29
Octal67207231100140502775751
Binary110111100001111001100110000001100010100010111111101111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #378799

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #378799; }

 p { color: rgb(55,135,153); }

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

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

 a { background-color: rgb(55,135,153); }

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

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

 span { border-color: rgb(55,135,153); }

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