#3187A5

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

Shades of Scooter #3187A5

Tints of Scooter #3187A5

Color information

#3187A5 (or 0x3187A5) is unknown color: approx Scooter. HEX triplet: 31, 87 and A5. RGB value is (49,135,165). Sum of RGB (Red+Green+Blue) = 49+135+165=349 (46% of max value = 765). Red value is 49 (19.53% from 255 or 14.04% from 349); Green value is 135 (53.12% from 255 or 38.68% from 349); Blue value is 165 (64.84% from 255 or 47.28% from 349); Max value from RGB is 165 - color contains mainly: blue. Hex color #3187A5 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3187A5 is #CE785A. Grayscale: #707070. Windows color (decimal): -13531227 or 10848049. OLE color: 10848049.

HSL color Cylindrical-coordinate representation of color #3187A5: hue angle of 195.52º degrees, saturation: 0.54, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3187A5 is Cyan = 0.70, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB49135165-
CMYK0.700.1800.35
HSL195.52º54.21%41.96%-
HSV(B)195.52º70.3%64.71%-
XYZ16.7220.738.71-
YUV112.71157.5182.56-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 14.04%
GREEN value IS 135 (53.12% from 255) = 38.68%
BLUE value IS 165 (64.84% from 255) = 47.28%
R=14.04%
G=38.68%
B=47.28%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal491351650.700.1800.35195.5254.2141.96
Hex3187A54612023c4362a
Octal61207245106220433046652
Binary1100011000011110100101100011010010010001111000100110110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3187A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3187A5; }

 p { color: rgb(49,135,165); }

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

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

 a { background-color: rgb(49,135,165); }

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

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

 span { border-color: rgb(49,135,165); }

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