#3FA2A5

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

Shades of Scooter #3FA2A5

Tints of Scooter #3FA2A5

Color information

#3FA2A5 (or 0x3FA2A5) is unknown color: approx Scooter. HEX triplet: 3F, A2 and A5. RGB value is (63,162,165). Sum of RGB (Red+Green+Blue) = 63+162+165=390 (51% of max value = 765). Red value is 63 (25% from 255 or 16.15% from 390); Green value is 162 (63.67% from 255 or 41.54% from 390); Blue value is 165 (64.84% from 255 or 42.31% from 390); Max value from RGB is 165 - color contains mainly: blue. Hex color #3FA2A5 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3FA2A5 is #C05D5A. Grayscale: #848484. Windows color (decimal): -12606811 or 10854975. OLE color: 10854975.

HSL color Cylindrical-coordinate representation of color #3FA2A5: hue angle of 181.76º degrees, saturation: 0.45, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #3FA2A5 is Cyan = 0.62, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB63162165-
CMYK0.620.0200.35
HSL181.76º44.74%44.71%-
HSV(B)181.76º61.82%64.71%-
XYZ21.7629.6140.17-
YUV132.74146.278.26-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 16.15%
GREEN value IS 162 (63.67% from 255) = 41.54%
BLUE value IS 165 (64.84% from 255) = 42.31%
R=16.15%
G=41.54%
B=42.31%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal631621650.620.0200.35181.7644.7444.71
Hex3FA2A53E2023b62d2d
Octal772422457620432665555
Binary111111101000101010010111111010010001110110110101101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3FA2A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3FA2A5; }

 p { color: rgb(63,162,165); }

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

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

 a { background-color: rgb(63,162,165); }

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

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

 span { border-color: rgb(63,162,165); }

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