#3E969F

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

Shades of Scooter #3E969F

Tints of Scooter #3E969F

Color information

#3E969F (or 0x3E969F) is unknown color: approx Scooter. HEX triplet: 3E, 96 and 9F. RGB value is (62,150,159). Sum of RGB (Red+Green+Blue) = 62+150+159=371 (49% of max value = 765). Red value is 62 (24.61% from 255 or 16.71% from 371); Green value is 150 (58.98% from 255 or 40.43% from 371); Blue value is 159 (62.5% from 255 or 42.86% from 371); Max value from RGB is 159 - color contains mainly: blue. Hex color #3E969F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3E969F is #C16960. Grayscale: #7C7C7C. Windows color (decimal): -12675425 or 10458686. OLE color: 10458686.

HSL color Cylindrical-coordinate representation of color #3E969F: hue angle of 185.57º degrees, saturation: 0.44, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #3E969F is Cyan = 0.61, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB62150159-
CMYK0.610.0600.38
HSL185.57º43.89%43.33%-
HSV(B)185.57º61.01%62.35%-
XYZ19.1525.3436.68-
YUV124.71147.3583.27-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 16.71%
GREEN value IS 150 (58.98% from 255) = 40.43%
BLUE value IS 159 (62.5% from 255) = 42.86%
R=16.71%
G=40.43%
B=42.86%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal621501590.610.0600.38185.5743.8943.33
Hex3E969F3D6026ba2c2b
Octal762262377560462725453
Binary1111101001011010011111111101110010011010111010101100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E969F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,150,159); }

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

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

 a { background-color: rgb(62,150,159); }

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

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

 span { border-color: rgb(62,150,159); }

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