#378295

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

Shades of Scooter #378295

Tints of Scooter #378295

Color information

#378295 (or 0x378295) is unknown color: approx Scooter. HEX triplet: 37, 82 and 95. RGB value is (55,130,149). Sum of RGB (Red+Green+Blue) = 55+130+149=334 (44% of max value = 765). Red value is 55 (21.88% from 255 or 16.47% from 334); Green value is 130 (51.17% from 255 or 38.92% from 334); Blue value is 149 (58.59% from 255 or 44.61% from 334); Max value from RGB is 149 - color contains mainly: blue. Hex color #378295 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #378295 is #C87D6A. Grayscale: #6D6D6D. Windows color (decimal): -13139307 or 9798199. OLE color: 9798199.

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

Color convert

RGB55130149-
CMYK0.630.1300.42
HSL192.13º46.08%40%-
HSV(B)192.13º63.09%58.43%-
XYZ14.9818.9531.3-
YUV109.74150.1588.96-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 16.47%
GREEN value IS 130 (51.17% from 255) = 38.92%
BLUE value IS 149 (58.59% from 255) = 44.61%
R=16.47%
G=38.92%
B=44.61%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal551301490.630.1300.42192.1346.0840
Hex3782953FD02Ac02e28
Octal6720222577150523005650
Binary11011110000010100101011111111101010101011000000101110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #378295

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #378295; }

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

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

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

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

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

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

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

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