#378695

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

Shades of Scooter #378695

Tints of Scooter #378695

Color information

#378695 (or 0x378695) is unknown color: approx Scooter. HEX triplet: 37, 86 and 95. RGB value is (55,134,149). Sum of RGB (Red+Green+Blue) = 55+134+149=338 (44% of max value = 765). Red value is 55 (21.88% from 255 or 16.27% from 338); Green value is 134 (52.73% from 255 or 39.64% from 338); Blue value is 149 (58.59% from 255 or 44.08% from 338); Max value from RGB is 149 - color contains mainly: blue. Hex color #378695 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #378695 is #C8796A. Grayscale: #6F6F6F. Windows color (decimal): -13138283 or 9799223. OLE color: 9799223.

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

Color convert

RGB55134149-
CMYK0.630.1000.42
HSL189.57º46.08%40%-
HSV(B)189.57º63.09%58.43%-
XYZ15.5320.0331.48-
YUV112.09148.8387.28-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 16.27%
GREEN value IS 134 (52.73% from 255) = 39.64%
BLUE value IS 149 (58.59% from 255) = 44.08%
R=16.27%
G=39.64%
B=44.08%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal551341490.630.1000.42189.5746.0840
Hex3786953FA02Abe2e28
Octal6720622577120522765650
Binary11011110000110100101011111111010010101010111110101110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #378695

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #378695; }

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

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

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

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

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

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

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

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