#3D959E

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

Shades of Scooter #3D959E

Tints of Scooter #3D959E

Color information

#3D959E (or 0x3D959E) is unknown color: approx Scooter. HEX triplet: 3D, 95 and 9E. RGB value is (61,149,158). Sum of RGB (Red+Green+Blue) = 61+149+158=368 (48% of max value = 765). Red value is 61 (24.22% from 255 or 16.58% from 368); Green value is 149 (58.59% from 255 or 40.49% from 368); Blue value is 158 (62.11% from 255 or 42.93% from 368); Max value from RGB is 158 - color contains mainly: blue. Hex color #3D959E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3D959E is #C26A61. Grayscale: #7B7B7B. Windows color (decimal): -12741218 or 10392893. OLE color: 10392893.

HSL color Cylindrical-coordinate representation of color #3D959E: 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 #3D959E is Cyan = 0.61, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB61149158-
CMYK0.610.0600.38
HSL185.57º44.29%42.94%-
HSV(B)185.57º61.39%61.96%-
XYZ18.8424.9636.17-
YUV123.71147.3583.27-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 16.58%
GREEN value IS 149 (58.59% from 255) = 40.49%
BLUE value IS 158 (62.11% from 255) = 42.93%
R=16.58%
G=40.49%
B=42.93%

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
Decimal611491580.610.0600.38185.5744.2942.94
Hex3D959E3D6026ba2c2b
Octal752252367560462725453
Binary1111011001010110011110111101110010011010111010101100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D959E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,149,158); }

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

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

 a { background-color: rgb(61,149,158); }

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

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

 span { border-color: rgb(61,149,158); }

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