#378795

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

Shades of Scooter #378795

Tints of Scooter #378795

Color information

#378795 (or 0x378795) is unknown color: approx Scooter. HEX triplet: 37, 87 and 95. RGB value is (55,135,149). Sum of RGB (Red+Green+Blue) = 55+135+149=339 (44% of max value = 765). Red value is 55 (21.88% from 255 or 16.22% from 339); Green value is 135 (53.12% from 255 or 39.82% from 339); Blue value is 149 (58.59% from 255 or 43.95% from 339); Max value from RGB is 149 - color contains mainly: blue. Hex color #378795 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #378795 is #C8786A. Grayscale: #707070. Windows color (decimal): -13138027 or 9799479. OLE color: 9799479.

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

Color convert

RGB55135149-
CMYK0.630.0900.42
HSL188.94º46.08%40%-
HSV(B)188.94º63.09%58.43%-
XYZ15.6620.3131.53-
YUV112.68148.586.86-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 16.22%
GREEN value IS 135 (53.12% from 255) = 39.82%
BLUE value IS 149 (58.59% from 255) = 43.95%
R=16.22%
G=39.82%
B=43.95%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal551351490.630.0900.42188.9446.0840
Hex3787953F902Abd2e28
Octal6720722577110522755650
Binary11011110000111100101011111111001010101010111101101110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #378795

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #378795; }

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

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

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

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

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

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

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

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